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 1be7ed2 commit 70b8639
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
with:
repository: defenseunicorns/pepr
path: core
fetch-depth: 0
# fetch-tags: true
fetch-depth: 0 # pull history to get version tags

- name: Get current defenseunicorns/pepr release
id: get_current_pepr_release_version
Expand All @@ -52,4 +51,10 @@ jobs:
cd "$DOCS"
npm ci
npm --workspace build run now -- --site "$SITE" --core "$CORE"
npm --workspace build run now -- --site "$SITE" --core "$CORE"
- name: Build the docs!
- name: test
run: |
ls -la

0 comments on commit 70b8639

Please sign in to comment.