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'
|
- '!docs'
|
||||||
- '!gh-pages'
|
- '!gh-pages'
|
||||||
- '!v5'
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
name: Documentation
|
name: Documentation
|
||||||
|
@ -25,4 +24,4 @@ jobs:
|
||||||
- name: Build and deploy documentation
|
- name: Build and deploy documentation
|
||||||
uses: discordjs/action-docs@v1
|
uses: discordjs/action-docs@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue