Skip to content

Commit

Permalink
Use sed to edit .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Nov 29, 2024
1 parent 7076a6a commit 98acd94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .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: |
rm .gitignore
sed -i '/\.html$/s/^/# /' .gitignore
- name: Instantiate
run: |
julia --project -e 'using Pkg; Pkg.instantiate()'
Expand Down Expand Up @@ -74,6 +74,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ./pluto_notebooks
folder: ./
single-commit: true
clean: true

0 comments on commit 98acd94

Please sign in to comment.