From 7e3d87695f7341ab60059ce8988310fa06249b06 Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Tue, 26 May 2020 13:07:30 -0400 Subject: [PATCH] remove redundant github action --- .../sorting_non_recursive_merge_sort.yml | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/sorting_non_recursive_merge_sort.yml diff --git a/.github/workflows/sorting_non_recursive_merge_sort.yml b/.github/workflows/sorting_non_recursive_merge_sort.yml deleted file mode 100644 index add9efd5d..000000000 --- a/.github/workflows/sorting_non_recursive_merge_sort.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: sorting_non_recursive_merge_sort -on: - pull_request: - push: - # branches: [master] -jobs: - sorting_non_recursive_merge_sort: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: mattnotmitt/doxygen-action@master - with: - working-directory: 'sorting/' - doxyfile-path: 'doxy.txt' - #- uses: peaceiris/actions-gh-pages@v3 - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # publish_dir: ./sorting - # external_repository: TheAlgorithms/C-Plus-Plus - # publish_branch: master - # enable_jekyll: true - - run: | - cd sorting - make test