Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkantorov committed Jul 18, 2024
1 parent 718c81a commit 7bec262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: curl -O https://raw.githubusercontent.com/vadimkantorov/nanojekyll/release/nanojekyll.py

- name: Build with zrxiv
run: python zrxivrender.py --github-owner-name "${{ github.repository_owner }}" --github-url "https://${{ github.repository_owner }}.github.io/${{ github.repository }}" --siteurl "https://${{ github.repository_owner }}.github.io" --baseurl "${{ steps.pages.outputs.base_path }}"
run: python zrxivrender.py --github-owner-name "${{ github.repository_owner }}" --github-url "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}" --siteurl "https://${{ github.repository_owner }}.github.io" --baseurl "${{ steps.pages.outputs.base_path }}"

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7bec262

Please sign in to comment.