We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf89a5 commit bd141abCopy full SHA for bd141ab
1 file changed
.github/workflows/Docs.yml
@@ -13,7 +13,15 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v3
15
with:
16
- submodules: recursive
+ submodules: false
17
+
18
+ - name: Initialize and update submodule
19
+ run: |
20
+ git submodule update --init --remote docs
21
+ cd docs
22
+ git checkout master
23
+ git pull origin master
24
+ cd ..
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
0 commit comments