diff --git a/.github/workflows/ExportPluto.yaml b/.github/workflows/ExportPluto.yaml index 28e9308..4bd647d 100644 --- a/.github/workflows/ExportPluto.yaml +++ b/.github/workflows/ExportPluto.yaml @@ -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()'