mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-08-22 20:53:14 -04:00
Compare commits
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix_build_static.yml
vendored
4
.github/workflows/nix_build_static.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
chown -R `id -u`:`id -g` ./result
|
||||
chmod -R a+rwx ./result
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v6
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
|
|
@ -48,4 +48,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v5
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue