From eb8ef4249cf2ae38203787facebc5ea931a58dd2 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Sat, 16 Mar 2024 21:32:43 +0200 Subject: [PATCH] static.yml --- .github/workflows/static.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 34c9205..6d12253 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,15 +29,15 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Pages - uses: actions/configure-pages@v4 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v4 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: # Upload entire repository - path: '.' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4