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 64823e2 commit f90d274Copy full SHA for f90d274
.github/workflows/integration.yml
@@ -44,3 +44,14 @@ jobs:
44
if: ${{ success() }}
45
run: |
46
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