Skip to content

Commit

Permalink
Merge pull request #3 from JGCRI/dev-workflow
Browse files Browse the repository at this point in the history
dev workflow
  • Loading branch information
mengqi-z authored Nov 4, 2024
2 parents a7e87f4 + e7578cf commit 5c1c069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
on:
push:
branches:
- main
- dev
branches: [main]
pull_request:
branches: [main]

name: docs

jobs:
pkgdown:
runs-on: macos-latest
runs-on: macos-13
env:
GITHUB_PAT: ${{ secrets.GAEA_PAT }}
steps:
Expand Down
3 changes: 1 addition & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ navbar:
href: SUPPORT.html

toc:
depth: 4
collapse: section
depth: 3

0 comments on commit 5c1c069

Please sign in to comment.