Skip to content

Commit

Permalink
remove .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Sep 22, 2024
1 parent ed98791 commit 20a73b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ExportPluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Edit .gitignore to allow to track html files
run: |
sed '/html/ s/^/# /' .gitignore
rm .gitignore
- name: Instantiate
run: |
julia --project -e 'using Pkg; Pkg.instantiate()'
Expand Down

0 comments on commit 20a73b1

Please sign in to comment.