Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Nov 17, 2023
2 parents 5f4727f + f2d820f commit 6da45e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Reading Portable Encapsulated Projects
Version: 0.5.0
Date: 2021-06-10
Authors@R: c(person("Nathan", "Sheffield", email = "[email protected]",
role = c("aut", "cph")),person("Michal","Stolarczyk",email="[email protected]",role=c("aut","cre")))
role = c("aut", "cph","cre")),person("Michal","Stolarczyk",email="[email protected]",role=c("aut")))
Maintainer: Nathan Sheffield <[email protected]>
Description: A PEP, or Portable Encapsulated Project, is a dataset that
subscribes to the PEP structure for organizing metadata. It is written using
Expand Down

0 comments on commit 6da45e1

Please sign in to comment.