Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 14, 2024
1 parent 19364cb commit fd107cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: mkdir -p demo/pkg

- name: Copy Build Artifacts to Demo
run: cp -r pkg/* demo/pkg/
run: rm demo/pkg/ && cp -r pkg demo/pkg

- name: Setup GitHub Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit fd107cf

Please sign in to comment.