Skip to content

Commit

Permalink
Allow manual recording runs on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Jun 11, 2023
1 parent 36359ac commit be1cb7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/record_and_publish_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [$default-branch]

workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down Expand Up @@ -37,7 +39,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "tapes/recordings"
path: rtapes/recordings"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit be1cb7a

Please sign in to comment.