Skip to content

Commit

Permalink
ci: copy gitlab script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmottier-niryo committed Dec 6, 2024
1 parent acba9dd commit e328e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Sphinx build
run: |
source venv/bin/activate
git fetch --tags --force
git checkout ${{ github.ref_name }}
scripts/build_docs_versioned.py public master $(git tag)
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit e328e32

Please sign in to comment.