Skip to content

Commit

Permalink
Fix branch name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Aug 17, 2024
1 parent 78b9e17 commit 7bdffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
with:
ref: dist #supplies full git history needed by git-restore-mtime-action
ref: main #supplies full git history needed by git-restore-mtime-action
fetch-depth: 0 #needed by git-restore-mtime-action
- uses: chetan/git-restore-mtime-action@v2
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
Expand Down

0 comments on commit 7bdffd8

Please sign in to comment.