Skip to content

Commit

Permalink
update documeter.jl action to use SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
mberto79 committed Oct 12, 2024
1 parent d072521 commit 927b1c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- dev-0.3-main # update to match your development branch (master, main, etc.)
- main
tags: '*'
pull_request:

Expand All @@ -26,5 +25,5 @@ jobs:
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: julia --project=docs/ docs/make.jl

0 comments on commit 927b1c2

Please sign in to comment.