Skip to content

Commit

Permalink
Merge pull request #28 from ecohealthalliance/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ernestguevarra authored Dec 1, 2024
2 parents 361715e + d195bb8 commit 226aaa6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
echo $GIT_CRYPT_KEY64 > git_crypt_key.key64 && base64 -di git_crypt_key.key64 > git_crypt_key.key && git-crypt unlock git_crypt_key.key
rm git_crypt_key.key git_crypt_key.key64
- name: Load environment variables
run: |
readRenviron(".env")
shell: Rscript {0}

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
Expand All @@ -53,9 +48,9 @@ jobs:

- name: Render document
run: |
quarto render index.qmd
env:
AIRTABLE_API_KEY: ${{ env.AIRTABLE_API_KEY }}
readRenviron(".env")
quarto::quarto_render("index.qmd")
shell: Rscript {0}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 226aaa6

Please sign in to comment.