From ad51730b6e32625273604870a7b860ae293ba65f Mon Sep 17 00:00:00 2001 From: Dennis Salzmann Date: Sun, 12 May 2024 17:47:16 +0200 Subject: [PATCH] fix: deployment --- .github/workflows/deploy-now.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-now.yaml b/.github/workflows/deploy-now.yaml index bf9faad..51ecd75 100644 --- a/.github/workflows/deploy-now.yaml +++ b/.github/workflows/deploy-now.yaml @@ -40,12 +40,18 @@ jobs: npm ci npm run build - - name: Deploy to Github-pages - # if: ${{ steps.project.outputs.deployment-enabled == 'true' }} - uses: JamesIves/github-pages-deploy-action@4.1.5 - with: - branch: gh-pages - folder: docs + - name: Upload static files + uses: actions/upload-pages-artifact + + - name: Deployment + uses: actions/deploy-pages + + # - name: Deploy to Github-pages + # # if: ${{ steps.project.outputs.deployment-enabled == 'true' }} + # uses: JamesIves/github-pages-deploy-action@4.1.5 + # with: + # branch: gh-pages + # folder: docs # - name: Deploy to IONOS # if: ${{ steps.project.outputs.deployment-enabled == 'true' }}