mirror of
https://github.com/stashapp/StashDB-Docs.git
synced 2025-12-10 17:32:17 -06:00
Update actions in pages workflow
Required due to deprecated versions. Checked release notes for breaking changes, it should work out of the box.
This commit is contained in:
parent
395c4f67c5
commit
50195919f5
8
.github/workflows/pages.yml
vendored
8
.github/workflows/pages.yml
vendored
@ -26,16 +26,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v2
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Build with Jekyll
|
||||
uses: actions/jekyll-build-pages@v1
|
||||
with:
|
||||
source: ./
|
||||
destination: ./_site
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
@ -47,4 +47,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user