Skip to content

Commit

Permalink
Update cloudflare-page.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Mar 13, 2024
1 parent d3575ad commit b3c7466
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cloudflare-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-node-

# - name: Cache Hugo modules
# uses: actions/cache@v3
# with:
# path: /tmp/hugo_cache
# key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-hugomod-
- name: Cache Hugo modules
uses: actions/cache@v3
with:
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-hugomod-
- name: Build
uses: addnab/docker-run-action@v3
Expand Down

0 comments on commit b3c7466

Please sign in to comment.