From 41319636c1b15f13d7e50f615736f9ce46a787b4 Mon Sep 17 00:00:00 2001 From: Shreyas Minocha <11537232+shreyasminocha@users.noreply.github.com> Date: Sun, 26 Apr 2020 08:08:40 +0000 Subject: [PATCH] fix: attempt to fix GH pages workflow (#733) --- .github/workflows/sorting_non_recursive_merge_sort.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sorting_non_recursive_merge_sort.yml b/.github/workflows/sorting_non_recursive_merge_sort.yml index 91e1f3921..add9efd5d 100644 --- a/.github/workflows/sorting_non_recursive_merge_sort.yml +++ b/.github/workflows/sorting_non_recursive_merge_sort.yml @@ -16,6 +16,8 @@ jobs: # with: # github_token: ${{ secrets.GITHUB_TOKEN }} # publish_dir: ./sorting + # external_repository: TheAlgorithms/C-Plus-Plus + # publish_branch: master # enable_jekyll: true - run: | cd sorting