Skip to content

Commit

Permalink
Update multidocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Sep 26, 2024
1 parent 7927a4c commit f6f1135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(path=@__DIR__); Pkg.instantiate()'
- name: Aggregate and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
run: |
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit f6f1135

Please sign in to comment.