diff --git a/.github/workflows/static.yml b/.github/workflows/pages.yml similarity index 95% rename from .github/workflows/static.yml rename to .github/workflows/pages.yml index 6ee98fb..53ec5c8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/pages.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Deploy GH Pages Docs on: # Runs on pushes targeting the default branch @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload entire repository - path: '.' + path: './docs' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2