Merge pull request #1437 from jellyfin/renovate/pin-dependencies
This commit is contained in:
commit
51f5dc6361
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
|||
# TODO: fix jsdoc build errors then remove '|| true' from run command below
|
||||
run: npm run docs || true
|
||||
- name: Commit any changes back to the unstable branch
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
|
||||
with:
|
||||
commit_message: Update API docs
|
||||
|
|
6
.github/workflows/deploy-api-docs.yml
vendored
6
.github/workflows/deploy-api-docs.yml
vendored
|
@ -31,12 +31,12 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 # v3
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
|
||||
with:
|
||||
# Only upload the api docs folder
|
||||
path: "docs/api/*"
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user