File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 51
51
uses : actions/upload-pages-artifact@v3
52
52
with :
53
53
path : ' ./lectures/_build/html'
54
- - name : Deploy to GitHub Pages
55
- id : deployment
56
- uses : actions/deploy-pages@v4
54
+ - name : Preview Deploy to Netlify
55
+ uses : nwtgck/actions-netlify@v3
56
+ with :
57
+ publish-dir : ' ./lectures/_build/html'
58
+ production-branch : main
59
+ github-token : ${{ secrets.GITHUB_TOKEN }}
60
+ deploy-message : " Preview Deploy from GitHub Actions"
61
+ env :
62
+ NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
63
+ NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ project:
13
13
- Instructor for Ph.D. Advanced Macroeconomics, University of Minnesota.
14
14
url : https://johnstachurski.net
15
15
16
- bibliography :
17
- - ./_static/quant-econ.bib
18
16
github : https://github.com/QuantEcon/lecture-python-programming.myst
19
17
toc :
20
18
- file : intro.md
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ matplotlib
6
6
pandas
7
7
quantecon
8
8
sympy
9
+ networkx
You can’t perform that action at this time.
0 commit comments