Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants authored Nov 30, 2023
1 parent 75e316b commit 6e3c09e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@ jobs:
- uses: actions/checkout@v4
with:
repository: defenseunicorns/pepr-docs
path: pepr-docs
path: docs

- uses: actions/checkout@v4
with:
repository: defenseunicorns/pepr
path: pepr
path: core
fetch-tags: true

- name: Run a multi-line script
run: |
pwd
ls -la
env
ls -la docs
ls -la core

0 comments on commit 6e3c09e

Please sign in to comment.