Skip to content

Commit fff94e1

Browse files
authored
Merge pull request #19 from ZenanH/main
Add GitHub Actions workflows for CI
2 parents a74fa96 + 4b7bcc6 commit fff94e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Build and deploy
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
29-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
29+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
3030
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)