-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2722a9
commit b5b0042
Showing
3 changed files
with
20 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
name: Curvenote Deploy | ||
on: | ||
push: | ||
branches: | ||
- main | ||
# Runs on pushes targeting the default branch | ||
branches: [main] | ||
permissions: | ||
# Sets permissions of the GITHUB_TOKEN to allow read of private repos | ||
contents: read | ||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
jobs: | ||
deploy: | ||
build-and-deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Deploy to curve.space | ||
uses: curvenote/action-deploy@v1 | ||
- name: Deploy 🚀 | ||
uses: curvenote/action-myst-publish@v1 | ||
env: | ||
CURVENOTE_TOKEN: ${{ secrets.CURVENOTE_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.