Skip to content

Commit cf535b4

Browse files
2 parents 1f8c901 + 77c3e13 commit cf535b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- dev
76
tags: '*'
87
pull_request:
98

@@ -20,4 +19,5 @@ jobs:
2019
- name: Build and deploy
2120
env:
2221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
22+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
2323
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)