Skip to content

Commit

Permalink
ci: use upload-pages-artifcat action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Nov 8, 2022
1 parent 42fe406 commit 1a2f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Docs
run: pnpm nx build docs
- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: dist/apps/docs/
Expand Down

0 comments on commit 1a2f46c

Please sign in to comment.