Skip to content

Commit 1e6769b

Browse files
authored
Update pkgdown.yaml
Turned back on and switched to macos rather than ubuntu
1 parent ad9575d commit 1e6769b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/workflows/pkgdown.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
4-
#push:
5-
# branches: [main, master]
6-
#pull_request:
7-
# branches: [main, master]
8-
#release:
9-
# types: [published]
4+
push:
5+
branches: [main, master]
6+
pull_request:
7+
branches: [main, master]
8+
release:
9+
types: [published]
1010
workflow_dispatch:
1111

1212
name: pkgdown.yaml
@@ -15,7 +15,7 @@ permissions: read-all
1515

1616
jobs:
1717
pkgdown:
18-
runs-on: ubuntu-latest
18+
runs-on: macos-latest
1919
# Only restrict concurrency for non-PR jobs
2020
concurrency:
2121
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}

0 commit comments

Comments
 (0)