diff --git a/.github/workflows/build_adodown_site.yaml b/.github/workflows/build_adodown_site.yaml index a5faf12..22d5fe6 100644 --- a/.github/workflows/build_adodown_site.yaml +++ b/.github/workflows/build_adodown_site.yaml @@ -5,13 +5,13 @@ on: name: Build Site jobs: - adodown: + adodownr: runs-on: ubuntu-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout project - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 @@ -49,8 +49,8 @@ jobs: run: install.packages("devtools") shell: Rscript {0} - - name: Install adodown - run: devtools::install_github("arthur-shaw/adodown") + - name: Install adodownr + run: devtools::install_github("lsms-worldbank/adodownr") shell: Rscript {0} - name: Install here @@ -58,11 +58,11 @@ jobs: shell: Rscript {0} - name: Build site - run: adodown::build_site(pkg_dir = here::here(), site_dir = here::here()) + run: adodownr::build_site(pkg_dir = here::here(), site_dir = here::here()) shell: Rscript {0} - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: clean: false folder: docs