mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-02 10:12:45 +08:00
Disable actions-gh-pages
This commit is contained in:
@@ -12,11 +12,11 @@ jobs:
|
||||
with:
|
||||
working-directory: 'sorting/'
|
||||
doxyfile-path: 'doxy.txt'
|
||||
- uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./sorting
|
||||
enable_jekyll: true
|
||||
#- uses: peaceiris/actions-gh-pages@v3
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# publish_dir: ./sorting
|
||||
# enable_jekyll: true
|
||||
- run: |
|
||||
cd sorting
|
||||
make test
|
||||
|
||||
Reference in New Issue
Block a user