diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67e697e..ea88852 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,7 @@ on: workflow_dispatch: push: - branches: main + branches: [main] name: Quarto Publish @@ -14,17 +14,13 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - - name: Install libcurl - run: | - sudo apt-get install libcurl4-doc libidn-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev libcurl4-openssl-dev - - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 - name: Install R uses: r-lib/actions/setup-r@v2 with: - r-version: '4.4.0' + r-version: '4.5.3' - name: Install R Packages uses: r-lib/actions/setup-r-dependencies@v2 @@ -33,8 +29,8 @@ jobs: packages: | any::rmarkdown any::dplyr - ggplot2@3.5.1 - plotly@4.10.4 + any::ggplot2 + any::plotly any::sessioninfo - name: Render and Publish