Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/APPS-2743_assemble-…
Browse files Browse the repository at this point in the history
…the-event-detail-page' into APPS-2743_assemble-the-event-detail-page
  • Loading branch information
Jess Divers committed Jul 26, 2024
2 parents 348c410 + 2df413f commit 90479ce
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/production-site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
if: ${{ github.event_name == 'release' }}

# Corrected indentation here
- uses: ./.github/workflows/setup-workspace

- name: Cache built static site
id: cache-nuxt3
uses: actions/cache@v3
with:
path: .output/public
key: nuxt3-site-${{ github.sha }}
- name: Cache built static site
id: cache-nuxt3
uses: actions/cache@v3
with:
path: .output/public
key: nuxt3-site-${{ github.sha }}

- run: pnpm run generate
env:
Expand Down

0 comments on commit 90479ce

Please sign in to comment.