mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 18:19:12 +00:00
build(deps): bump actions/upload-pages-artifact from 2 to 3
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6e9a8e4f24
commit
242ed3b77a
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- env:
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
run: nix develop .#docs --impure -c hugo -s ./docs/
|
||||
- uses: actions/upload-pages-artifact@v2
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: "docs/public"
|
||||
retention-days: 7
|
||||
|
Loading…
Reference in New Issue
Block a user