From f2d820f183fbb6a3b433c5a4d4e2ccb8c32e9e31 Mon Sep 17 00:00:00 2001 From: nsheff Date: Thu, 16 Nov 2023 20:30:11 -0500 Subject: [PATCH] fix wkflow --- .github/workflows/pkgdown.yml | 5 ++++- DESCRIPTION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkgdown.yml b/.github/workflows/pkgdown.yml index b00747b..3408df2 100644 --- a/.github/workflows/pkgdown.yml +++ b/.github/workflows/pkgdown.yml @@ -8,12 +8,15 @@ name: Deploy-package-documentation jobs: pkgdown: - runs-on: macos-latest + runs-on: ubuntu-22.04 env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - name: Running workflow from branch ${{ github.ref }} uses: actions/checkout@v3 + with: + ref: ${{ github.ref }} + fetch-depth: 0 - uses: r-lib/actions/setup-pandoc@v2 diff --git a/DESCRIPTION b/DESCRIPTION index e081023..a03156a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Title: Reading Portable Encapsulated Projects Version: 0.5.0 Date: 2021-06-10 Authors@R: c(person("Nathan", "Sheffield", email = "nathan@code.databio.org", - role = c("aut", "cph")),person("Michal","Stolarczyk",email="michal@virginia.edu",role=c("aut","cre"))) + role = c("aut", "cph","cre")),person("Michal","Stolarczyk",email="michal@virginia.edu",role=c("aut"))) Maintainer: Nathan Sheffield Description: A PEP, or Portable Encapsulated Project, is a dataset that subscribes to the PEP structure for organizing metadata. It is written using