Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: _build

- name: Dispatch Learn Astropy deployment
uses: peter-evans/repository-dispatch@0e8ca8c8a5ca5e28d25af2c27fc5aa40f16cffca
uses: peter-evans/repository-dispatch@53ca8192444c4107abd219f1eb09bf33f098d378
if: ${{ (github.event_name == 'push') && (github.ref == 'refs/heads/main') }}
with:
token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
Expand Down