We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 879176e + 6588a6f commit 483df8eCopy full SHA for 483df8e
1 file changed
.github/workflows/deploy.yml
@@ -38,6 +38,8 @@ jobs:
38
environment: production
39
steps:
40
41
+ - uses: actions/checkout@v4
42
+
43
- uses: actions/cache/restore@v4
44
id: docs-cache
45
with:
0 commit comments