We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc7040 commit 34a43f8Copy full SHA for 34a43f8
.github/workflows/update_pages.yaml
@@ -41,7 +41,7 @@ jobs:
41
run: mkdir output
42
43
- name: Clone master branch
44
- run: git clone --no-checkout "https://github.com/mdp-toolkit/mdp-toolkit.github.io" ./output
+ run: git clone --no-checkout git@github.com:mdp-toolkit/mdp-toolkit.github.io.git ./output
45
46
- name: Replace
47
run: cp -R ./build/html/* ./output
0 commit comments