Skip to content

Commit c3391b9

Browse files
authored
Moved documention from ReadTheDocs to MkDocs & Github Pages (Fixed deploy)
1 parent 9adbc2d commit c3391b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
### Deploy
4646
- name: Deploy
4747
uses: peaceiris/actions-gh-pages@v3
48-
if: github.ref == 'refs/heads/develop'
48+
if: github.ref == 'refs/heads/master'
4949
with:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
5151
publish_dir: ./public

0 commit comments

Comments
 (0)