diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f061863..2e0633d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -45,7 +45,7 @@ jobs: - run: pip install -r requirements.txt - run: mkdocs build - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Create CNAME file for GitHub Pages run: echo "docs.counterapi.dev" > ./site/CNAME - name: Upload artifact