From 89148a9b60bd7687844e1621a2bfa8f5a96de939 Mon Sep 17 00:00:00 2001 From: Eric RANDRIANARISOA Date: Sun, 14 Jul 2024 17:13:35 +0300 Subject: [PATCH] remove deploy action --- .github/workflows/depoly.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/depoly.yml b/.github/workflows/depoly.yml index ffd9445..eb5dfb9 100644 --- a/.github/workflows/depoly.yml +++ b/.github/workflows/depoly.yml @@ -4,7 +4,7 @@ name: Deploy Wasm app on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -38,14 +38,14 @@ jobs: run: | ./gradlew :composeApp:wasmJsBrowserDistribution - # Deployment job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + # Deployment job + # deploy: + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # runs-on: ubuntu-latest + # needs: build + # steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v4