Skip to content

Commit

Permalink
Update pylode_to_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuotongCheng authored Oct 7, 2024
1 parent 9f3e5d3 commit 8b0d0a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pylode_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
baseuri: http://golem-lab.github.io/golem-ontology

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./golem # Pointing to the golem directory
publish_dir: ./golem # Directory to publish (adjust if necessary)

0 comments on commit 8b0d0a2

Please sign in to comment.