This repository has no description
0

Configure Feed

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

⬆️ Update peaceiris/actions-gh-pages action to v4 (#22)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+2 -2
+1 -1
.github/workflows/deploy.yml
··· 13 13 - uses: Swatinem/rust-cache@v2 14 14 - uses: extractions/setup-just@v3 15 15 - run: just web 16 - - uses: peaceiris/actions-gh-pages@v3 16 + - uses: peaceiris/actions-gh-pages@v4 17 17 with: 18 18 keep_files: true 19 19 force_orphan: true
+1 -1
.github/workflows/docs.yml
··· 25 25 run: | 26 26 echo '<meta http-equiv="refresh" content="0; url=shapemaker/index.html">' > target/doc/index.html 27 27 - name: Deploy with gh-pages 28 - uses: peaceiris/actions-gh-pages@v3 28 + uses: peaceiris/actions-gh-pages@v4 29 29 with: 30 30 keep_files: true 31 31 force_orphan: true