mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
Merge pull request #247 from NotAShelf/dependabot/github_actions/peaceiris/actions-gh-pages-4
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4
This commit is contained in:
commit
eb76f5fbd5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
cp -r result/share/doc/neovim-flake public
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
|
|
Loading…
Reference in a new issue