Skip to content

Commit

Permalink
Fix argument order for build command
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacialCircumstances authored May 16, 2024
1 parent bee6c4c commit 41f75ff
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 @@ -19,7 +19,7 @@ jobs:
with:
tool: zola@0.18.0
- name: Run Zola
run: zola --base-url ${{ steps.deployment.outputs.page_url }} build
run: zola build --base-url ${{ steps.deployment.outputs.page_url }}
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 41f75ff

Please sign in to comment.