Skip to content

Commit

Permalink
Try updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold-Anderson committed Aug 4, 2024
1 parent 579a440 commit d082d3c
Show file tree
Hide file tree
Showing 2 changed files with 5,488 additions and 4,596 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

# https://docs.github.com/en/actions/learn-github-actions/variables
env:
HUSKY: 0
# HUSKY: 0

jobs:
build:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: withastro/action@v2
with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
package-manager: npm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
# New step to set cache-control headers
- name: Set Cache-Control Headers
Expand Down
Loading

0 comments on commit d082d3c

Please sign in to comment.