diff --git a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml index 55aaca918..ca510a522 100644 --- a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml +++ b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml @@ -28,22 +28,22 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - name: Setup dotnet - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 3.1.x - 5.0.x - - name: Install Node.js - uses: actions/setup-node@v3 - with: - node-version: 16 - - uses: nanasess/setup-php@v3 - with: - php-version: '7.4' - - run: npm install --unsafe-perm - - uses: pnpm/action-setup@v2 - - run: pnpm update --latest --prod --recursive + # - name: Setup dotnet + # uses: actions/setup-dotnet@v3 + # with: + # dotnet-version: | + # 3.1.x + # 5.0.x + # - name: Install Node.js + # uses: actions/setup-node@v3 + # with: + # node-version: 16 + # - uses: nanasess/setup-php@v3 + # with: + # php-version: '7.4' + # - run: npm install --unsafe-perm + # - uses: pnpm/action-setup@v2 + # - run: pnpm update --latest --prod --recursive - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 @@ -56,9 +56,6 @@ jobs: app_location: '/' # App source code path api_location: '' # Api source code path - optional output_location: '/site/out' # Built app content directory - optional - # app_build_command: 'pnpm build' - # api_build_command: 'pnpm build' - # skip_app_build: true env: # Add environment variables here IS_STATIC_EXPORT: true ###### End of Repository/Build Configurations ######