Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Nov 7, 2024
1 parent 8edd635 commit 9b2530f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
run: |
pip install -r requirements.txt
- uses: actions/checkout@v4
ref: 'nist-pages'
path: 'pf-recommended-practices/_build/html'
- name: Check out nist-pages
uses: actions/checkout@v4
with:
ref: 'nist-pages'
path: 'pf-recommended-practices/_build/html'

# Build the book
- name: Build the book
Expand Down

0 comments on commit 9b2530f

Please sign in to comment.