Skip to content

Commit

Permalink
Fix README.md links
Browse files Browse the repository at this point in the history
  • Loading branch information
zolacti authored and knzai committed Jul 9, 2024
1 parent 8f9b5a0 commit 2058a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Builds [zola](https://github.com/getzola/zola) static site generator's site and

## Notes

The logic for the actual zola commands is in subaction via `uses: owner/repo@ref` calls. Deploy is handled via [JamesIves/github-pages-deploy-action] with default arguments. Call that action separately if you need different deploy settings. See examples below.
The logic for the actual zola commands is in subaction via `uses: owner/repo@ref` calls. Deploy is handled via [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) with default arguments. Call that action separately if you need different deploy settings. See examples below.

## Variables
Matches the flags and usage in the Zola CLI as closely as makes sense for a GH Action (there is no serve or init)
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Still depends on triggering default gh deploy actions
name: Zola Action
name: zola-action
description: Build, check, and/or deploy a zola site
author: Kenzi Connor
branding:
icon: justified
icon: align-justify
color: orange
inputs:
root:
Expand Down

0 comments on commit 2058a61

Please sign in to comment.