Skip to content

Commit

Permalink
Update deploy-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serjlee authored Aug 1, 2024
1 parent ce9a945 commit 37b5aba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ jobs:
id: gatsby-cache-folder
with:
path: .cache
key: ${{ runner.os }}-cache-gatsby-${{ github.sha }}
key: ${{ runner.os }}-cache-gatsby-main
restore-keys: |
${{ runner.os }}-cache-gatsby-
${{ runner.os }}-cache-gatsby-main
- name: Gatsby Public Folder
uses: actions/cache@v4
id: gatsby-public-folder
with:
path: public/
key: ${{ runner.os }}-public-gatsby-${{ github.sha }}
key: ${{ runner.os }}-public-gatsby-main
restore-keys: |
${{ runner.os }}-public-gatsby-
${{ runner.os }}-public-gatsby-main
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 37b5aba

Please sign in to comment.