mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Update JamesIves/github-pages-deploy-action action to v4.1.2
This commit is contained in:
parent
010b1c5845
commit
4ab21e2d62
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: sbt docs/unidoc
|
run: sbt docs/unidoc
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@4.1.2
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue