Skip to content

Commit

Permalink
We are not deploying PDF docs for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 29, 2025
1 parent bdeaa83 commit a44a763
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,20 @@ jobs:
git submodule init
git submodule update
make html
- name: deploy
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
token: ${{ secrets.ACCESS_TOKEN }}
repository-name: ${{ github.repository_owner }}/terrapower.github.io
branch: main
folder: doc/_build/html
target-folder: armi
- name: Archive Docs from PR
make simplepdf
#- name: deploy
# if: github.ref == 'refs/heads/main'
# uses: JamesIves/github-pages-deploy-action@v4.6.1
# with:
# token: ${{ secrets.ACCESS_TOKEN }}
# repository-name: ${{ github.repository_owner }}/terrapower.github.io
# branch: main
# folder: doc/_build/html
# target-folder: armi
- name: Archive PDF Docs
if: github.ref != 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: pr-docs
path: doc/_build/html
name: pdf-docs
path: doc/_build/simplepdf
retention-days: 5

0 comments on commit a44a763

Please sign in to comment.