Skip to content

Commit

Permalink
Build & Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Aug 25, 2023
1 parent 03743aa commit a209998
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Generate Static Site
run: yarn run build
run: yarn run generate
env:
NITRO_PRESET: github_pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./.nuxt/dist
path: ./.ouput/public

# Deployment job
deploy:
Expand Down

0 comments on commit a209998

Please sign in to comment.