We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee5158 commit 65c64f5Copy full SHA for 65c64f5
1 file changed
.github/workflows/build-and-deploy.yml
@@ -35,10 +35,10 @@ jobs:
35
run: |
36
cp -R packages/plugins/doc packages/distribution/build/plugin-doc
37
38
- # - name: Deploy
39
- # uses: JamesIves/github-pages-deploy-action@4.1.5
40
- # with:
41
- # branch: master
42
- # folder: packages/distribution/build
43
- # repository-name: openscd/openscd.github.io
44
- # ssh-key: ${{ secrets.DEPLOY_KEY }}
+ - name: Deploy
+ uses: JamesIves/github-pages-deploy-action@4.1.5
+ with:
+ branch: master
+ folder: packages/distribution/build
+ repository-name: com-pas/openscd.github.io
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
0 commit comments