Skip to content

Commit

Permalink
Fix zola gh action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
krwenholz committed May 20, 2024
1 parent ec65f33 commit b542b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: zola build
uses: ghcr.io/getzola/zola:v0.18.0
uses: docker:ghcr.io/getzola/zola:v0.18.0
with:
entrypoint: zola
args: build
Expand Down

0 comments on commit b542b3e

Please sign in to comment.