Skip to content

Commit

Permalink
maj pkgdown gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pydemull committed Dec 28, 2023
1 parent 867970e commit 602ed68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches:
- main
- master
branches: [main, master]
pull_request:
branches: [main, master]

name: pkgdown

Expand All @@ -12,9 +12,9 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@v1

Expand Down

0 comments on commit 602ed68

Please sign in to comment.