Skip to content

Commit

Permalink
Update pylode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
situx authored Nov 15, 2023
1 parent 98317b0 commit 3fb746a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pylode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,11 @@ jobs:

- run: metanorma site generate --agree-to-terms

- uses: actions/upload-artifact@v3
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
name: site
path: _site
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
clean: false
FOLDER: documents/spec/
TARGET-FOLDER: geosparql12/

0 comments on commit 3fb746a

Please sign in to comment.