Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Oct 11, 2023
1 parent d2722a9 commit b5b0042
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 148 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/deploy.yml
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 }}
7 changes: 7 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ project:
renderer: null
article: content/paper/egmn.md
sub_articles: null
abbreviations:
GP: Gaussian Process
GPR: Gaussian Process Regression
EGM: Endogenous Grid Method
NEGM: Nested Endogenous Grid Method
G2EGM: Generalized Endogenous Grid Method
DCEGM: Discrete Choice Endogenous Grid Method
math:
'\CARA': '\alpha'
'\CRRA': '\rho'
Expand Down
143 changes: 0 additions & 143 deletions myst_template.yml

This file was deleted.

0 comments on commit b5b0042

Please sign in to comment.