mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-05-22 13:53:31 -04:00
Compare commits
4 commits
4241b13b50
...
5c9028d1c9
| Author | SHA1 | Date | |
|---|---|---|---|
|
5c9028d1c9 |
|||
|
612f448d44 |
|||
|
|
30c1fe25e3 |
||
|
|
2ec696bed0 |
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
|
chown -R `id -u`:`id -g` ./result
|
||||||
chmod -R a+rwx ./result
|
chmod -R a+rwx ./result
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v6
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v4
|
uses: actions/upload-pages-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -48,4 +48,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue