Skip to content

Commit

Permalink
Update static.yml to include build step
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonwhilden committed Mar 13, 2024
1 parent 28c5e81 commit fe4542e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build static site
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit fe4542e

Please sign in to comment.