Skip to content

Commit

Permalink
wip: test build script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Dec 19, 2023
1 parent 6514f88 commit 61f3f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- uses: actions/checkout@v4
with:
repository: defenseunicorns/pepr-docs
path: ${{DOCS}}
path: $DOCS

- uses: actions/checkout@v4
with:
repository: defenseunicorns/pepr
path: ${{CORE}}
path: $CORE
fetch-depth: 0 # pull history to get version tags

- name: Get current defenseunicorns/pepr release
Expand Down

0 comments on commit 61f3f0e

Please sign in to comment.