From 97abcae48f2921862e6ed50b7e9fffba6845d44b Mon Sep 17 00:00:00 2001 From: Rick Date: Tue, 25 Jun 2024 17:38:54 +0200 Subject: [PATCH] Update build-pages.yml Fixed pages building --- .github/workflows/build-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-pages.yml b/.github/workflows/build-pages.yml index bd97c56..38b6bea 100644 --- a/.github/workflows/build-pages.yml +++ b/.github/workflows/build-pages.yml @@ -1,7 +1,7 @@ name: build-github-pages env: GITHUB_ACTOR: BackofenLab - GITHUB_REPOSITORY: BackofenLab/V_RNA-pages + GITHUB_REPOSITORY: BackofenLab/BioinformaticsI-pages GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} on: @@ -33,7 +33,7 @@ jobs: shell: bash - name: create environment with mamba - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: channels: conda-forge,defaults auto-activate-base: false @@ -47,11 +47,11 @@ jobs: Rscript -e "rmarkdown::render_site()" - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: 'docs/' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4