Skip to content

Commit 513ef3a

Browse files
committed
typo
1 parent 4498f6b commit 513ef3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: '1.10'
2020
- name: Install dependencies
2121
run: |
22-
julia --project=docs/ -e 'ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env"); using Pkg; Pkg.develop(PackageSpec(path=pwd())); kg.build("ReactionMechanismSimulator");'
22+
julia --project=docs/ -e 'ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env"); using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.build("ReactionMechanismSimulator");'
2323
- name: Build and deploy
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token

0 commit comments

Comments
 (0)