Skip to content

Commit

Permalink
let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
bekahwhittle committed Aug 3, 2023
1 parent 0ed1173 commit 159269f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,16 @@ jobs:
- run: npm install
- run: npm run build --if-present

- name: Static HTML export with Next.js
run: npx next export

- name: Configure GitHub Pages
uses: actions/configure-pages@v3

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v1
with:
path: "."
path: "./out"

- name: Deploy
id: deployment
Expand Down

0 comments on commit 159269f

Please sign in to comment.