this repo has no description
13
fork

Configure Feed

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

chore: update more github workflows

+1 -1
+1 -1
.github/workflows/docs.yml
··· 30 30 version: 0.13.0 31 31 - run: zig build docs 32 32 - name: Upload artifact 33 - uses: actions/upload-pages-artifact@v1 33 + uses: actions/upload-pages-artifact@v3 34 34 with: 35 35 path: "zig-out/docs" 36 36 - name: Deploy to GitHub Pages