Skip to content

Commit

Permalink
ci: fix build doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 21, 2023
1 parent ebd7486 commit 74968cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Stylua
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GH_VIMDOC_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .

Expand All @@ -20,6 +20,8 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_VIMDOC_TOKEN }}
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
Expand Down

0 comments on commit 74968cd

Please sign in to comment.