Commit: 5d88d4bd503dd32b7e3dbac723d5161e2cef55b9 Author: Luke Stadem Date: 2023-10-13 18:43 UTC Summary: Update static.yml .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index bfb9ab9..0dcbb32 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,7 +36,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - path: 'docs/latest/' + path: 'docs/latest/draft-tasd-spec.html' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2