Skip to content

Commit

Permalink
Upgrade to zola 0.18.0 (#82)
Browse files Browse the repository at this point in the history
* Upgrade to zola v0.18.0

* Bump action version in examples
  • Loading branch information
gamingrobot authored Dec 23, 2023
1 parent ef69279 commit 964938f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV LANGUAGE en_US.UTF-8
RUN apt-get update && apt-get install -y wget git

RUN wget -q -O - \
"https://github.com/getzola/zola/releases/download/v0.17.2/zola-v0.17.2-x86_64-unknown-linux-gnu.tar.gz" \
"https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz" \
| tar xzf - -C /usr/local/bin

COPY entrypoint.sh /entrypoint.sh
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.2-1
uses: shalzz/zola-deploy-action@v0.18.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
- name: Build only
uses: shalzz/zola-deploy-action@v0.17.2-1
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_DIR: docs
BUILD_ONLY: true
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.2-1
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_DIR: docs
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit 964938f

Please sign in to comment.