Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwire authored Jan 22, 2025
1 parent df9ef76 commit f72b878
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/bibbox-website/"
- name: Rewrite Paths
run: |
find public/ -name '*.html' -exec sed -i 's|src="/|src="/bibbox-website/|g' {} +
find public/ -name '*.html' -exec sed -i 's|href="/|href="/bibbox-website/|g' {} +
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit f72b878

Please sign in to comment.