Skip to content

Commit

Permalink
fix: needs build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwallace22 authored Dec 9, 2023
1 parent 463c5aa commit 0938f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: yarn build

deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -42,7 +43,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: '~/docs/dist'
path: './docs/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
Expand Down

0 comments on commit 0938f0a

Please sign in to comment.