Skip to content

Commit

Permalink
Merge pull request #72 from rocky-linux/07-30-fix_need_to_checkout_first
Browse files Browse the repository at this point in the history
fix: need to checkout first
  • Loading branch information
NeilHanlon authored Jul 30, 2024
2 parents 879176e + 6588a6f commit 483df8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
environment: production
steps:

- uses: actions/checkout@v4

- uses: actions/cache/restore@v4
id: docs-cache
with:
Expand Down

0 comments on commit 483df8e

Please sign in to comment.