We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7227443 commit 29d4796Copy full SHA for 29d4796
1 file changed
.github/workflows/ci.yaml
@@ -9,6 +9,9 @@ permissions:
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
+ defaults:
13
+ run:
14
+ working-directory: docs
15
steps:
16
- uses: actions/checkout@v4
17
- name: Configure Git Credentials
0 commit comments