Skip to content

Commit

Permalink
fix(ci): Syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed May 5, 2024
1 parent 910c7b6 commit 8a32917
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
# * Bundles site into zipped artifact
generate-site:
runs-on: ubuntu-latest
container:
image: "ghcr.io/getzola/zola:latest"
options: --entrypoint=sh
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate public
cmds:
- zola build
- name: Install zola
uses: taiki-e/install-action@zola
- name: Generate site content
run: build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 8a32917

Please sign in to comment.