Skip to content

Commit c09ab72

Browse files
committed
update to zola v0.17
1 parent 71190a6 commit c09ab72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANGUAGE en_US.UTF-8
1414
RUN apt-get update && apt-get install -y wget git
1515

1616
RUN wget -q -O - \
17-
"https://github.com/getzola/zola/releases/download/v0.16.1/zola-v0.16.1-x86_64-unknown-linux-gnu.tar.gz" \
17+
"https://github.com/getzola/zola/releases/download/v0.17.0/zola-v0.17.0-x86_64-unknown-linux-gnu.tar.gz" \
1818
| tar xzf - -C /usr/local/bin
1919

2020
COPY entrypoint.sh /entrypoint.sh

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout main
3535
uses: actions/[email protected]
3636
- name: Build and deploy
37-
uses: shalzz/zola-deploy-action@v0.16.1-1
37+
uses: shalzz/zola-deploy-action@v0.17.0
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
```
@@ -58,7 +58,7 @@ jobs:
5858
- name: Checkout main
5959
uses: actions/[email protected]
6060
- name: Build only
61-
uses: shalzz/zola-deploy-action@v0.16.1-1
61+
uses: shalzz/zola-deploy-action@v0.17.0
6262
env:
6363
BUILD_DIR: docs
6464
BUILD_ONLY: true
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout main
7474
uses: actions/[email protected]
7575
- name: Build and deploy
76-
uses: shalzz/zola-deploy-action@v0.16.1-1
76+
uses: shalzz/zola-deploy-action@v0.17.0
7777
env:
7878
BUILD_DIR: docs
7979
PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)