mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-05-22 22:03:31 -04:00
Compare commits
No commits in common. "5c9028d1c9a289cb8fc80cc28b8329657e734ba0" and "4241b13b5041b78f8bf0270049c8fc935b19d01a" have entirely different histories.
5c9028d1c9
...
4241b13b50
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…
Add table
Add a link
Reference in a new issue