Skip to content

Commit 65c64f5

Browse files
committed
fix: restore deploy step in build-and-deploy workflow
1 parent 7ee5158 commit 65c64f5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: |
3636
cp -R packages/plugins/doc packages/distribution/build/plugin-doc
3737
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 }}
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: com-pas/openscd.github.io
44+
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)