diff --git a/.github/workflows/deployments.yml b/.github/workflows/deployments.yml index 3f3ebf9e..f02b5f8e 100644 --- a/.github/workflows/deployments.yml +++ b/.github/workflows/deployments.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - node-version: [15.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 @@ -44,12 +44,3 @@ jobs: token: ${{ secrets.GITHUBTOKEN }} branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. - - - name: Deploy to repo 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.0 - with: - token: ${{ secrets.GITHUBTOKEN }} - branch: master # The branch the action should deploy to. - repository-name: ospic/deploys - target-folder: application - folder: dist # The folder the action should deploy. \ No newline at end of file