Skip to content

Commit

Permalink
add GRASS_INSTALLATION environment variable to pkgdown GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpawley committed Jan 3, 2025
1 parent b87263c commit 1f2fbf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ permissions: read-all

jobs:
pkgdown:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
GRASS_INSTALLATION: /usr/lib/grass83
permissions:
contents: write
steps:
Expand Down

0 comments on commit 1f2fbf7

Please sign in to comment.