8000 Disable actions-gh-pages · SelfCodeLearning/C-Plus-Plus@d1e9fd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1e9fd7

Browse files
authored
Disable actions-gh-pages
1 parent 57ea7b1 commit d1e9fd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sorting_non_recursive_merge_sort.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
with:
1313
working-directory: 'sorting/'
1414
doxyfile-path: 'doxy.txt'
15-
- uses: peaceiris/actions-gh-pages@v3
16-
with:
17-
github_token: ${{ secrets.GITHUB_TOKEN }}
18-
publish_dir: ./sorting
19-
enable_jekyll: true
15+
#- uses: peaceiris/actions-gh-pages@v3
16+
# with:
17+
# github_token: ${{ secrets.GITHUB_TOKEN }}
18+
# publish_dir: ./sorting
19+
# enable_jekyll: true
2020
- run: |
2121
cd sorting
2222
make test

0 commit comments

Comments
 (0)
0