From 655f5f7c4adeab85f1038860297a7e97d31e1e45 Mon Sep 17 00:00:00 2001 From: Vyacheslav Date: Fri, 26 Jan 2024 13:58:22 +0200 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index be4ee76e..4ddab954 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -28,13 +28,3 @@ jobs: uses: actions/checkout@v4 - name: asciidoctor-ghpages uses: manoelcampos/asciidoctor-ghpages-action@v2 - - 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