Skip to content

Commit

Permalink
Build site first
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Oct 26, 2023
1 parent f7f702f commit 6eefcdb
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 @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./scripts/build_site.sh
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 6eefcdb

Please sign in to comment.