build(deps): bump isort from 5.13.2 to 6.0.0 in /nvim/langservers (#1… #1251
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
name: push to gh-pages | |
jobs: | |
build: | |
name: push to gh-pages | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Deploy | |
uses: peaceiris/[email protected] | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
publish_dir: ./_site |