Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
superwunc committed Jun 27, 2024
1 parent 5378604 commit 862de3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
TINA_TOKEN: "e39514ebcc67ac9d9c6a7d118c0f8bcede4c7b29"
NEXT_PUBLIC_TINA_BRANCH: main
run: yarn build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out

# Deployment job
deploy:
Expand Down

0 comments on commit 862de3c

Please sign in to comment.