Skip to content

Commit

Permalink
Remove work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
andyoknen committed Oct 13, 2024
1 parent d91019b commit 1b0abe6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@ jobs:
with:
node-version: 20
- name: Build
working-directory: ./vuepress-starter/
run: |
cd ./vuepress-starter/
npm ci
npm run docs:build
- name: Save Artifact Build
working-directory: ./vuepress-starter/
uses: actions/upload-artifact@v3
with:
name: dist
path: docs/.vuepress/dist/
path: ./vuepress-starter/docs/.vuepress/dist/
retention-days: 1

deploy_win:
Expand All @@ -62,7 +61,6 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v3

- name: Copy artifacts
run: |
cp -Recurse -Force ./build/site/* c:/inetpub/wwwroot/docs/en/
Expand Down

0 comments on commit 1b0abe6

Please sign in to comment.