Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
indent corr Gendocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed Jun 30, 2022
1 parent 601f12f commit c1ed0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GenDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.email email
git config --global github.user username
- working-directory: docs
run: julia --project=$(pwd) -e' push!(LOAD_PATH,"../src"); using Pkg;Pkg.instantiate(); include("make.jl")'
run: julia --project=$(pwd) -e' push!(LOAD_PATH,"../src"); using Pkg;Pkg.instantiate(); include("make.jl")'
env:
JULIA_PKG_SERVER: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c1ed0db

Please sign in to comment.