Skip to content

Commit

Permalink
Update repo_to_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc authored Sep 2, 2024
1 parent 0e4f274 commit 54b44ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
uses: vliz-be-opsci/space-to-pages@latest
with:
repo_path: https://github.com/{org}/{repo} #replace {org} by organisation and {repo} by the current repo
#base_uri: https://${{ github.repository_owner }}.github.io/${{ github.repository }}
base_uri: https://${{ github.repository_owner }}.github.io/${{ github.repository }}

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./unicornpages


0 comments on commit 54b44ed

Please sign in to comment.