diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c99dd0f..21abbc5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub Pages +name: Deploy to Infomaniak || GitHub Pages on: # Trigger the workflow every time you push to the `main` branch @@ -57,19 +57,19 @@ jobs: TARGET: ${{ vars.REMOTE_TARGET }} SCRIPT_BEFORE: whoami - - name: Upload Pages Artifact - # Must use v2 to avoid requiring `actions/deploy-pages@v4` or newer - uses: actions/upload-pages-artifact@v2 - with: - path: "./dist/" + # - name: Upload Pages Artifact + # # Must use v2 to avoid requiring `actions/deploy-pages@v4` or newer + # uses: actions/upload-pages-artifact@v2 + # with: + # path: "./dist/" - deploy: - needs: build - runs-on: ubuntu-latest - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v1 + # deploy: + # needs: build + # runs-on: ubuntu-latest + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v1