Skip to content

Commit

Permalink
disable prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedorn committed Jan 15, 2025
1 parent 6c2b6f4 commit a249ee1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
with:
node-version: 18.x

- name: Pre-render 🎨
uses: brycedorn/react-snap-action@v1.0.2
with:
output: build
# - name: Pre-render 🎨
# uses: brycedorn/react-snap-action@v1.0.2
# with:
# output: build

- name: Remove tags
run: npm run remove-tags
# - name: Remove tags
# run: npm run remove-tags

- name: Upload Artifacts 🔺
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a249ee1

Please sign in to comment.