We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dac066 commit ee75252Copy full SHA for ee75252
.github/workflows/documentation.yaml
@@ -41,7 +41,6 @@ jobs:
41
run: mkdocs build --config-file MAIN/mkdocs.yml --strict --site-dir ./site
42
43
- run: mv MAIN/site ./site
44
- - run: ls -lh ./site
45
46
# Retrieve remote task-list data
47
@@ -83,7 +82,7 @@ jobs:
83
82
- run: ls -lh site/*
84
85
- name: Deploy docs
86
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
87
uses: peaceiris/actions-gh-pages@v4
88
with:
89
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments