Skip to content

Commit 1fa400d

Browse files
committed
logical order
1 parent f7b1021 commit 1fa400d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/prod.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,26 @@ jobs:
1414
- name: Check out repository
1515
uses: actions/checkout@v4
1616

17-
- name: Set up Quarto environement
18-
uses: quarto-dev/quarto-actions/setup@v2
19-
20-
- name: Install R dependency
21-
run: |
22-
Rscript -e "install.packages('yaml')"
23-
2417
- name: Install R
2518
uses: r-lib/actions/setup-r@v2
2619
with:
2720
r-version: '4.4.1'
28-
21+
2922
- name: Install dependencies
3023
run: |
3124
sudo ./docker/dependencies.sh
25+
3226
- name: Install R Dependencies
3327
uses: r-lib/actions/setup-renv@v2
3428
with:
3529
cache-version: 1
3630

31+
- name: Set up Quarto environment
32+
uses: quarto-dev/quarto-actions/setup@v2
33+
3734
- name: Render and Publish
3835
uses: quarto-dev/quarto-actions/publish@v2
3936
with:
4037
target: gh-pages
4138
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)