Skip to content

Commit

Permalink
Merge pull request #2553 from cta-observatory/cleanup_ci
Browse files Browse the repository at this point in the history
Remove upload to pages ci, replaced by using readthedocs
  • Loading branch information
maxnoe authored May 13, 2024
2 parents 5777a25 + ee3559f commit 3132584
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,18 +179,3 @@ jobs:
- name: Build docs
run: make doc

- name: Deploy to github pages
# only run on push to master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/_build/html
CLEAN: true
SINGLE_COMMIT: true
- uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build/html

0 comments on commit 3132584

Please sign in to comment.