Skip to content

Commit

Permalink
test: update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Dec 2, 2023
1 parent d497f13 commit 2158ea1
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 @@ -34,14 +34,14 @@ jobs:
repository: defenseunicorns/pepr
path: core

- name: Get current defenseunicorns/pepr Release
- name: Get current defenseunicorns/pepr release
id: get_current_pepr_release_version
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: defenseunicorns/pepr
excludes: prerelease, draft

- name: Run a multi-line script
- name: Build the docs!
run: |
./docs/build.sh \
./docs \
Expand Down

0 comments on commit 2158ea1

Please sign in to comment.