We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9575d commit 1e6769bCopy full SHA for 1e6769b
.github/workflows/pkgdown.yaml
@@ -1,12 +1,12 @@
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
on:
4
- #push:
5
- # branches: [main, master]
6
- #pull_request:
7
8
- #release:
9
- # types: [published]
+ push:
+ branches: [main, master]
+ pull_request:
+ release:
+ types: [published]
10
workflow_dispatch:
11
12
name: pkgdown.yaml
@@ -15,7 +15,7 @@ permissions: read-all
15
16
jobs:
17
pkgdown:
18
- runs-on: ubuntu-latest
+ runs-on: macos-latest
19
# Only restrict concurrency for non-PR jobs
20
concurrency:
21
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
0 commit comments