Skip to content

Commit

Permalink
gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Oct 13, 2024
1 parent bdc6008 commit 6ea0040
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ jobs:
pwd
ls -la
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2

- name: Debug 2
run: |
pwd
ls -la _site
# - name: Get commit SHA from GRETL repo
# working-directory: gretl
# id: get_commit_sha
Expand Down

0 comments on commit 6ea0040

Please sign in to comment.