Skip to content

Commit

Permalink
Temporarily deploy docs from WIP branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Feb 26, 2025
1 parent b53ea4d commit 5406f47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/doc-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
#
# Checks-out repository under $GITHUB_WORKSPACE
Expand Down Expand Up @@ -43,14 +43,12 @@ jobs:
branch: gh-pages
folder: docs/

#
# Deploy documentation (can add target-folder)
# Won't run on pull requests or push unless a new branch is added to the on: section
#
- name: Deploy to Github Pages folder
#
# Deploy (temporary)
#
- name: Deploy to Github Pages root
uses: JamesIves/github-pages-deploy-action@v4.7.3
if: ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
branch: gh-pages
folder: docs/
target-folder: staging/
5 changes: 5 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ header_pages:
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- reference/rrtmgp-fortran-interface/
- reference/rte-fortran-interface/
- reference/rrtmgp-kernels/
- reference/rte-kernels/
# exclude:
# - .sass-cache/
# - .jekyll-cache/
Expand Down

0 comments on commit 5406f47

Please sign in to comment.