Skip to content

Commit fcdedac

Browse files
committed
Remove now redundant CLI argument
1 parent c4cfa9d commit fcdedac

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
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
git config user.name github-actions
2626
git config user.email github-actions@github.com
27-
julia --color=yes --project=docs docs/make.jl deploy
27+
julia --color=yes --project=docs docs/make.jl
2828
env:
2929
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)