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 d19d1f4 commit 6b0f885
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
uses: actions/configure-pages@v2
with:
static_site_generator: nuxt
- name: Restore cache
uses: actions/cache@v3
with:
path: |
dist
.nuxt
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
restore-keys: |
${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
- name: Deploy 😎
run: yarn generate
- name: Publish 🍻
Expand Down

0 comments on commit 6b0f885

Please sign in to comment.