Skip to content

Commit ee75252

Browse files
committed
Deploy
1 parent 7dac066 commit ee75252

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
run: mkdocs build --config-file MAIN/mkdocs.yml --strict --site-dir ./site
4242

4343
- run: mv MAIN/site ./site
44-
- run: ls -lh ./site
4544

4645
# Retrieve remote task-list data
4746

@@ -83,7 +82,7 @@ jobs:
8382
- run: ls -lh site/*
8483

8584
- name: Deploy docs
86-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
85+
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
8786
uses: peaceiris/actions-gh-pages@v4
8887
with:
8988
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)