Skip to content

Commit

Permalink
fix script (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Oct 10, 2023
1 parent ef66472 commit 431ad06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
run: yarn build

- name: Build Vuepress Docs
run: |
./vue-docs.sh
run: sh ./vue-docs.sh
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
cache: npm
- run: yarn install --frozen-lockfile
- run: yarn build
- run: sh ./vue-docs.sh
2 changes: 1 addition & 1 deletion vue-docs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

cp -r ./vue-docs/* ./build/
cp -r ./vue-docs/* ./build

0 comments on commit 431ad06

Please sign in to comment.