Skip to content

Commit f90d274

Browse files
authored
Deploy edge docs
1 parent 64823e2 commit f90d274

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/integration.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,14 @@ jobs:
4444
if: ${{ success() }}
4545
run: |
4646
invoke docs
47+
mkdir -p deploy/compas_fab/edge && mv -T dist/docs deploy/compas_fab/edge/
48+
- name: Deploy docs
49+
if: success()
50+
uses: crazy-max/ghaction-github-pages@v2
51+
with:
52+
repo: gramaziokohler/gramaziokohler.github.io
53+
target_branch: master
54+
build_dir: deploy
55+
keep_history: true
56+
env:
57+
GH_PAT: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)