Skip to content

Commit 483df8e

Browse files
authored
Merge pull request #72 from rocky-linux/07-30-fix_need_to_checkout_first
fix: need to checkout first
2 parents 879176e + 6588a6f commit 483df8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
environment: production
3939
steps:
4040

41+
- uses: actions/checkout@v4
42+
4143
- uses: actions/cache/restore@v4
4244
id: docs-cache
4345
with:

0 commit comments

Comments
 (0)