Skip to content

Commit

Permalink
attempt to fix broken tag finding in latest documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jan 30, 2022
1 parent 286d610 commit 13dbcd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/website-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
with:
path: ${{ env.OSCAL_HOME }}
submodules: recursive
- name: Fetch tags
run: |
cd ${{ env.OSCAL_HOME }}
git pull --tags
# Setup runtime environment
# -------------------------
# Operating System packages
Expand Down

0 comments on commit 13dbcd8

Please sign in to comment.