Skip to content

Commit

Permalink
Merge pull request #189 from open-gamma-ray-astro/disable_github_pages
Browse files Browse the repository at this point in the history
Remove deployment to github pages
  • Loading branch information
maxnoe committed Feb 11, 2022
2 parents 4978083 + 4324918 commit 1bf0037
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,3 @@ jobs:
- name: Build
run: poetry run make html SPHINXOPTS="-W --keep-going -n --color -j auto"

- name: Deploy to gihub pages
# only run on push to master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@4.1.7
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build/html
CLEAN: true
SINGLE_COMMIT: true

0 comments on commit 1bf0037

Please sign in to comment.