Skip to content

Commit

Permalink
Merge pull request #24 from tensor4all/terasaki/resolve-issue-22
Browse files Browse the repository at this point in the history
Fix ExportPluto.yml
  • Loading branch information
terasakisatoshi authored Nov 29, 2024
2 parents 5afb7a3 + 46fef5e commit 6b1d304
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ExportPluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Edit .gitignore to allow to track html files
run: |
rm .gitignore
sed -i '/\.html$/s/^/# /' .gitignore
cat .gitignore
- name: Instantiate
run: |
julia --project -e 'using Pkg; Pkg.instantiate()'
Expand All @@ -64,13 +65,13 @@ jobs:
Export_baked_state=false,
# more parameters can go here
)'
- name: List files
- name: List files in pluto_notebooks
run: ls ./pluto_notebooks
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@releases/v4
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main'
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ./
folder: ./pluto_notebooks
single-commit: true

0 comments on commit 6b1d304

Please sign in to comment.