this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix ci zig version

+1 -1
+1 -1
.github/workflows/docs.yml
··· 27 27 uses: actions/configure-pages@v2 28 28 - uses: mlugg/setup-zig@v1 29 29 with: 30 - version: 0.14.0-dev.2456+a68119f8f 30 + version: 0.14.0 31 31 - run: zig build docs 32 32 - name: Upload artifact 33 33 uses: actions/upload-pages-artifact@v3