Skip to content

Commit

Permalink
ci: Fix gh-pages workflow
Browse files Browse the repository at this point in the history
some jobs were broken since a68ca05
  • Loading branch information
0b5vr committed Nov 9, 2023
1 parent e6a5759 commit f2e1431
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
name: build
path: |
dist/
types/
ts*/
pages:
runs-on: ubuntu-latest
Expand All @@ -57,7 +55,7 @@ jobs:
mkdir pages
mv README.md pages
mv LICENSE pages
mv LICENSE.txt pages
mv package.json pages
mv index.html pages
Expand Down

0 comments on commit f2e1431

Please sign in to comment.