Skip to content

Commit

Permalink
Maybe these keys are enough?
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Nov 7, 2023
1 parent 87167de commit 1f44da4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
julia --project=docs docs/make.jl --deploy
julia --project=docs docs/make.jl --deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 1f44da4

Please sign in to comment.