Skip to content

Commit

Permalink
update to zola v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Aug 18, 2022
1 parent 46a170c commit 4e8cfaf
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.16.0/zola-v0.16.0-x86_64-unknown-linux-gnu.tar.gz" \
"https://github.com/getzola/zola/releases/download/v0.16.1/zola-v0.16.1-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 @@ -32,7 +32,7 @@ jobs:
- name: Checkout main
uses: actions/[email protected]
- name: Build and deploy
uses: shalzz/[email protected].0
uses: shalzz/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Checkout main
uses: actions/[email protected]
- name: Build only
uses: shalzz/[email protected].0
uses: shalzz/[email protected].1
env:
BUILD_DIR: docs
BUILD_ONLY: true
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Checkout main
uses: actions/[email protected]
- name: Build and deploy
uses: shalzz/[email protected].0
uses: shalzz/[email protected].1
env:
BUILD_DIR: docs
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit 4e8cfaf

Please sign in to comment.