From f52786a3a54e28a7ccb56ea281986fc9ad710ca9 Mon Sep 17 00:00:00 2001 From: Michal Adda Date: Fri, 26 May 2023 01:17:28 +0200 Subject: [PATCH] changing wf again --- .github/workflows/build-and-deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0390b69..96d1d5a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -27,10 +27,6 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - - uses: actions/configure-pages@v1 - - uses: actions/upload-pages-artifact@v1 - with: - path: . - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 \ No newline at end of file