Fix name of documentation scripts (#80)
This commit is contained in:
parent
8a3b0d2a8a
commit
7799ea1749
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: permanent
|
name: Build documentation
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -13,4 +13,4 @@ jobs:
|
||||||
version: '1.6'
|
version: '1.6'
|
||||||
- uses: julia-actions/julia-docdeploy@releases/v1
|
- uses: julia-actions/julia-docdeploy@releases/v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue