This commit is contained in:
Folke Lemaitre 2024-06-29 12:03:42 +02:00
parent 07ccb49ace
commit 440999fc5a
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 4 additions and 1 deletions

View File

@ -32,13 +32,16 @@ jobs:
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
steps: steps:
- uses: actions/checkout@v4
with:
ref: docs
- name: Generate Docs - name: Generate Docs
shell: bash shell: bash
run: gh workflow run "Deploy to Github Pages" --ref docs run: gh workflow run "Deploy to Github Pages" --ref docs
community: community:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Install Neovim - name: Install Neovim
shell: bash shell: bash
run: | run: |