Skip to content

Commit

Permalink
Fix page publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Nov 13, 2023
1 parent 7d62c17 commit 120ac36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
cache: 'yarn'
- name: Install dependencies 👨🏻‍💻
run: yarn install --immutable --immutable-cache --check-cache
- name: Setup Pages
uses: actions/configure-pages@v2
with:
static_site_generator: nuxt
# - name: Setup Pages
# uses: actions/configure-pages@v2
# with:
# static_site_generator: nuxt
- name: Deploy 😎
run: yarn generate
- name: Publish 🍻
uses: actions/upload-pages-artifact@v1
with:
path: ./.output.public
path: ./dist
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 120ac36

Please sign in to comment.