Skip to content

Commit

Permalink
Test my fork on main for #116.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Oct 11, 2023
1 parent cd1f7d7 commit 2535711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:
name: Process Content Artifacts
env:
HOME_REPO: usnistgov/OSCAL
HOME_REPO: aj-stein-nist/oscal-content
# With the default GEN_CONTENT_DIR, the resulting catalogs, profiles, and
# other example content will end up in the build/generated directory. For
# checking in finalized content, it goes into build/.., the top-level
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
${{ hashFiles('build/oscal/build/**') }}
- name: Copy and convert content
run: |
make -j2 -C build all GEN_CONTENT_DIR=${{env.GEN_CONTENT_DIR}}
make -C build all GEN_CONTENT_DIR=${{env.GEN_CONTENT_DIR}}
id: copy-convert
- name: Zip Artifacts for Upload
if: always()
Expand Down

0 comments on commit 2535711

Please sign in to comment.