action docs: generate v5
This commit is contained in:
parent
cac4364f15
commit
8da9cb7194
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docs-deploy.yml
vendored
3
.github/workflows/docs-deploy.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
|||
- '*'
|
||||
- '!docs'
|
||||
- '!gh-pages'
|
||||
- '!v5'
|
||||
jobs:
|
||||
docs:
|
||||
name: Documentation
|
||||
|
@ -25,4 +24,4 @@ jobs:
|
|||
- name: Build and deploy documentation
|
||||
uses: discordjs/action-docs@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue