Skip to content

Commit

Permalink
gh-pages deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ann-kilzer committed Apr 21, 2024
1 parent ce24093 commit 1f14859
Show file tree
Hide file tree
Showing 4 changed files with 7,779 additions and 8,102 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build Page
run: |
npm ci
npm run build
- name: Install Dependencies
run: npm ci
- name: Build Static Site
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Loading

0 comments on commit 1f14859

Please sign in to comment.