Disable actions-gh-pages

This commit is contained in:
Christian Clauss 2020-04-26 08:39:28 +02:00 committed by GitHub
parent 57ea7b1f9d
commit d1e9fd7bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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