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 060e1db commit 2673366Copy full SHA for 2673366
.github/workflows/build_page.yml
@@ -42,12 +42,10 @@ jobs:
42
run: |
43
git clone https://github.com/ipa-vsp/industrial_standards.git --branch gh-pages --single-branch gh-pages
44
mkdir -p gh-pages/
45
+ cp -r ./workshop/build/html/* gh-pages/
46
cd gh-pages
47
git config --local user.email "[email protected]"
48
git config --local user.name "GitHub Action"
- git pull origin gh-pages
49
- rm -rf *
50
- cp -r ./workshop/build/html/* gh-pages/
51
git add .
52
git commit -m "Update documentation" -a || true
53
0 commit comments