Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
Turned back on and switched to macos rather than ubuntu
  • Loading branch information
robjhyndman authored Dec 20, 2024
1 parent ad9575d commit 1e6769b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
#push:
# branches: [main, master]
#pull_request:
# branches: [main, master]
#release:
# types: [published]
push:
branches: [main, master]
pull_request:
branches: [main, master]
release:
types: [published]
workflow_dispatch:

name: pkgdown.yaml
Expand All @@ -15,7 +15,7 @@ permissions: read-all

jobs:
pkgdown:
runs-on: ubuntu-latest
runs-on: macos-latest
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down

0 comments on commit 1e6769b

Please sign in to comment.