From 0dacb421058c05f2f98b0480b42cbdfa3a8eb45d Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Thu, 12 Sep 2024 14:23:51 +0200 Subject: [PATCH] - Transfer to ropensci: update link in DESCRIPTION --- .github/workflows/pkgdown.yaml | 2 +- DESCRIPTION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 60dd859c..4842016a 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -43,7 +43,7 @@ jobs: run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) shell: Rscript {0} - - name: Deploy to GitHub pages 🚀 + - name: Deploy to GitHub pages if: github.event_name != 'pull_request' uses: JamesIves/github-pages-deploy-action@v4.4.1 with: diff --git a/DESCRIPTION b/DESCRIPTION index d1aa90a8..1daf98bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Authors@R: c( Description: Provides helper functions to create reproducible development environments using the Nix package manager. License: GPL (>= 3) -URL: https://b-rodrigues.github.io/rix/ +URL: https://ropensci.github.io/rix/ BugReports: https://github.com/ropensci/rix Depends: R (>= 2.10)