Skip to content

Commit 2775866

Browse files
committed
Merge branch 'massinstallaction/set-up-Documenter' of https://github.com/JuliaMath/AbstractFFTs.jl into massinstallaction/set-up-Documenter
2 parents a60fbe6 + fd66635 commit 2775866

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Documenter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Documenter
22
on:
33
push:
4-
branches: [master]
5-
tags: [v*]
4+
branches: [master]
5+
tags: [v*]
66
pull_request:
77

88
jobs:
99
Documenter:
10-
name: Documentation
11-
runs-on: ubuntu-latest
12-
steps:
10+
name: Documentation
11+
runs-on: ubuntu-latest
12+
steps:
1313
- uses: actions/checkout@v2
1414
- uses: julia-actions/julia-buildpkg@latest
1515
- uses: julia-actions/julia-docdeploy@latest
16-
env:
16+
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)