Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Remove docs CI from main #613

Closed
jaimergp opened this issue Jan 17, 2023 · 0 comments · Fixed by #615
Closed

[CI] Remove docs CI from main #613

jaimergp opened this issue Jan 17, 2023 · 0 comments · Fixed by #615
Labels
locked [bot] locked due to inactivity

Comments

@jaimergp
Copy link
Contributor

This block is failing on tags and is not needed:

- name: Build the documentation for deployment
if: startsWith(github.ref, 'refs/tags/')
run: |
source $CONDA/bin/activate
cd docs
make html
- name: Deploy the documentation
if: startsWith(github.ref, 'refs/tags/')
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Jan 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant