last
This commit is contained in:
parent
8359c08737
commit
c033e09c8e
1 changed files with 10 additions and 10 deletions
20
.github/workflows/render-publish.yml
vendored
20
.github/workflows/render-publish.yml
vendored
|
@ -74,16 +74,16 @@ jobs:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Quarto
|
# - name: Set up Quarto
|
||||||
uses: quarto-dev/quarto-actions/setup@v2
|
# uses: quarto-dev/quarto-actions/setup@v2
|
||||||
|
#
|
||||||
- name: Install Python and Dependencies
|
# - name: Install Python and Dependencies
|
||||||
uses: actions/setup-python@v4
|
# uses: actions/setup-python@v4
|
||||||
with:
|
# with:
|
||||||
python-version: '3.10'
|
# python-version: '3.10'
|
||||||
cache: 'pip'
|
# cache: 'pip'
|
||||||
- run: pip install jupyter
|
# - run: pip install jupyter
|
||||||
- run: pip install -r requirements.txt
|
# - run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Render and Publish
|
- name: Render and Publish
|
||||||
uses: quarto-dev/quarto-actions/publish@v2
|
uses: quarto-dev/quarto-actions/publish@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue