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 494f369 commit 54c06f1Copy full SHA for 54c06f1
.github/workflows/deployments.yml
@@ -22,7 +22,7 @@ jobs:
22
23
strategy:
24
matrix:
25
- node-version: [15.x]
+ node-version: [18.x]
26
27
steps:
28
- uses: actions/checkout@v2
@@ -44,12 +44,3 @@ jobs:
44
token: ${{ secrets.GITHUBTOKEN }}
45
branch: gh-pages # The branch the action should deploy to.
46
folder: dist # The folder the action should deploy.
47
-
48
- - name: Deploy to repo 🚀
49
- uses: JamesIves/github-pages-deploy-action@4.1.0
50
- with:
51
- token: ${{ secrets.GITHUBTOKEN }}
52
- branch: master # The branch the action should deploy to.
53
- repository-name: ospic/deploys
54
- target-folder: application
55
- folder: dist # The folder the action should deploy.
0 commit comments