mirror of
https://github.com/t2linux/wiki.git
synced 2026-04-30 13:32:14 -07:00
Actions: Bump actions/upload-pages-artifact from 4 to 5 (#706)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- run: zensical build --clean
|
||||
- run: bash -c "echo 'wiki.t2linux.org' > build/CNAME"
|
||||
- run: bash -c "cp -r redirs/* build/guides"
|
||||
- uses: actions/upload-pages-artifact@v4
|
||||
- uses: actions/upload-pages-artifact@v5
|
||||
with:
|
||||
path: build
|
||||
- uses: actions/deploy-pages@v5
|
||||
|
||||
Reference in New Issue
Block a user