Skip to content

Commit

Permalink
add missing permissions to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Dec 1, 2023
1 parent 64b27c4 commit bac4385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
publish:
name: Publish reveal.js slides
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions 3d-toy-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"source": [
"### Simulate model\n",
"\n",
"- simulate for 200s, storing the results every 100s\n",
"- simulate for 600s, storing the results every 300s\n",
"- this might take a few minutes"
]
},
Expand All @@ -377,7 +377,7 @@
},
"outputs": [],
"source": [
"simulation_results = model.simulate(1000, 500)"
"simulation_results = model.simulate(600, 300)"
]
},
{
Expand Down

0 comments on commit bac4385

Please sign in to comment.