Skip to content

Commit

Permalink
update to zola v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Mar 20, 2023
1 parent a986334 commit e372325
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.1/zola-v0.17.1-x86_64-unknown-linux-gnu.tar.gz" \
"https://github.com/getzola/zola/releases/download/v0.17.2/zola-v0.17.2-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/[email protected]
- name: Build and deploy
uses: shalzz/[email protected].1
uses: shalzz/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout main
uses: actions/[email protected]
- name: Build only
uses: shalzz/[email protected].1
uses: shalzz/[email protected].2
env:
BUILD_DIR: docs
BUILD_ONLY: true
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Checkout main
uses: actions/[email protected]
- name: Build and deploy
uses: shalzz/[email protected].1
uses: shalzz/[email protected].2
env:
BUILD_DIR: docs
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit e372325

Please sign in to comment.