Skip to content

Commit

Permalink
use full path for docs artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kroikie committed Aug 6, 2020
1 parent 5cfb78e commit c98c922
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
cd website
npm install
npm run build
ls
pwd
- uses: actions/upload-artifact@v2
with:
name: docs-release-build
path: build/docs
path: website/build/docs
deploy_docs:
name: Deploy Docs
runs-on: ubuntu-latest
Expand All @@ -36,7 +34,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: docs-release-build
path: build/docs
path: website/build/docs
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
Expand Down

0 comments on commit c98c922

Please sign in to comment.