We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d050ce8 commit f8d5d4bCopy full SHA for f8d5d4b
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