mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Disable actions-gh-pages
This commit is contained in:
parent
57ea7b1f9d
commit
d1e9fd7bde
@ -12,11 +12,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
working-directory: 'sorting/'
|
working-directory: 'sorting/'
|
||||||
doxyfile-path: 'doxy.txt'
|
doxyfile-path: 'doxy.txt'
|
||||||
- uses: peaceiris/actions-gh-pages@v3
|
#- uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./sorting
|
# publish_dir: ./sorting
|
||||||
enable_jekyll: true
|
# enable_jekyll: true
|
||||||
- run: |
|
- run: |
|
||||||
cd sorting
|
cd sorting
|
||||||
make test
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user