Skip to content

Commit ba05bfc

Browse files
committed
Upgrade to Zola 0.19.2
1 parent 61c5880 commit ba05bfc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515

1616
env:
17-
ZOLA_VERSION: 0.18.0
17+
ZOLA_VERSION: 0.19.2
1818

1919
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2020
permissions:
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: "Build website"
35-
uses: shalzz/zola-deploy-action@master
35+
uses: shalzz/zola-deploy-action@v0.19.2
3636
env:
3737
BUILD_DIR: website
3838
TOKEN: fake-token

website/content/docs/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
title = "API Docs"
88
description = "Latest documentation of the public API"
9-
date = 2000-01-01
109
template = "docs.html"
1110
page_template = "page.html"
1211
sort_by = "date"
@@ -23,4 +22,4 @@ To check out released crates, check out [docs.rs/gdnative][gdnative].
2322
There are no releases for gdext yet.
2423

2524

26-
[gdnative]: https://docs.rs/gdnative
25+
[gdnative]: https://docs.rs/gdnative

0 commit comments

Comments
 (0)