Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Dec 4, 2024
1 parent 876dfd4 commit e553d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
make --directory class_public class
mkdir -p $HOME/.local/bin/
ln -s $PWD/class_public/class $HOME/.local/bin/ # ~/.local/bin is in $PATH, so now the command "class" is available
- name: Configure doc environment
- name: Configure documentation environment
shell: julia --project=docs --color=yes {0}
run: |
using Pkg
Expand Down

0 comments on commit e553d70

Please sign in to comment.