From 8a6fedfac447b7edc7bc6944592b054037019659 Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Fri, 16 May 2025 22:32:54 -0400 Subject: [PATCH] docs: set up GitHub Pages documentation site with initial structure and workflow --- .github/workflows/huntarr-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/huntarr-docs.yml b/.github/workflows/huntarr-docs.yml index 2c61a560..f3f8e0d1 100644 --- a/.github/workflows/huntarr-docs.yml +++ b/.github/workflows/huntarr-docs.yml @@ -28,9 +28,9 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v4 with: path: './docs' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4