Skip to content

Commit

Permalink
Fix nasa#310, No File Found for Documentation Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielSAdamsNASA authored and arielswalker committed Jul 22, 2021
1 parent 577d5f8 commit e82d63c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
id: cache-bundle
uses: actions/cache@v2
with:
path: /home/runner/work/${{REPO_NAME}}/${{REPO_NAME}}/*
path: /home/runner/work/${{ env.REPO_NAME }}/${{ env.REPO_NAME }}/*
key: usersguide-buildnum-${{ github.run_number }}

pdf-usersguide:
Expand All @@ -146,7 +146,7 @@ jobs:
id: cache-bundle
uses: actions/cache@v2
with:
path: /home/runner/work/${{REPO_NAME}}/${{REPO_NAME}}/*
path: /home/runner/work/${{ env.REPO_NAME }}/${{ env.REPO_NAME }}/*
key: usersguide-buildnum-${{ github.run_number }}

- name: PDF generation installs
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
id: cache-bundle
uses: actions/cache@v2
with:
path: /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/*
path: /home/runner/work/${{ env.REPO_NAME }}/${{ env.REPO_NAME }}/*
key: osalguide-buildnum-${{ github.run_number }}

pdf-osalguide:
Expand All @@ -250,7 +250,7 @@ jobs:
id: cache-bundle
uses: actions/cache@v2
with:
path: /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/*
path: /home/runner/work/${{ env.REPO_NAME }}/${{ env.REPO_NAME }}/*
key: osalguide-buildnum-${{ github.run_number }}


Expand Down

0 comments on commit e82d63c

Please sign in to comment.