Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gk0Wk committed Dec 6, 2023
1 parent b579e85 commit 5792878
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
run_install: true

- name: Build Library and static website
run: pnpm run publish && pnpm run publish:offline
run: |
pnpm run publish:offline
mv ./dist/index.html offline.html
pnpm run publish
mv offline.html ./dist/offline.html
- name: Upload artifact
Expand Down

0 comments on commit 5792878

Please sign in to comment.