Skip to content

Commit

Permalink
explictily opt into zig caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Feb 13, 2024
1 parent 9047e08 commit da66bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0-dev.2701+d18f52197
# - id: get-cache
# name: Get Global Cache Location
# run: echo "path=$(zig env | jq .global_cache_dir -r)" >> $GITHUB_OUTPUT
cache: true

- name: Restore cache
uses: actions/cache/restore@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion content/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ window.onload = function() {
### 2024-02-13
- Overhauled the documentation page. Now it's a little bit easier to get started with Zine.
- Added deployment guides: [one for GitHub Pages](/documentation/deploying/cloudflare-pages/) and [one for Cloudflare Pages](/documentation/deploying/cloudflare-pages/) (thanks `ninja_tron`!)
- Started work on the JSON replacement for better frontmatters, join the Discord server for related discussion & sneak peeks.
- Started work on the JSON replacement for better frontmatters, [join the Discord server](https://discord.gg/B73sGxF) or [catch me live on Twitch](https://twitch.tv/kristoff_it) for related discussion & sneak peeks.

### 2024-02-11

Expand Down

0 comments on commit da66bb7

Please sign in to comment.