Skip to content

Commit

Permalink
chore: 🤖 find and replace path
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Aug 17, 2023
1 parent 8469856 commit f3097a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npx gatsby build --prefix-paths
- name: Fix paths
run: |
sed -i '' 's|href="/api-documentation"|href="api-documentation"|g' public/**/*.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit f3097a4

Please sign in to comment.