We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc044a commit edce769Copy full SHA for edce769
.github/workflows/web.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: 'Hugo Build 🛠'
33
# ...or replace 'master' with a full version tag, such as: v0.64.1
34
- uses: jakejarvis/hugo-build-action@v0.139.4
+ uses: jakejarvis/hugo-build-action@master
35
with:
36
args: --source web --destination public --verbose
37
0 commit comments