From d1e9fd7bde541a68e5f5576d11acb8a847390e30 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 26 Apr 2020 08:39:28 +0200 Subject: [PATCH] Disable actions-gh-pages --- .github/workflows/sorting_non_recursive_merge_sort.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sorting_non_recursive_merge_sort.yml b/.github/workflows/sorting_non_recursive_merge_sort.yml index 45e37ade8..91e1f3921 100644 --- a/.github/workflows/sorting_non_recursive_merge_sort.yml +++ b/.github/workflows/sorting_non_recursive_merge_sort.yml @@ -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