diff --git a/.github/workflows/website_build.yml b/.github/workflows/website_build.yml index 6e7448fa..ceb90cd9 100644 --- a/.github/workflows/website_build.yml +++ b/.github/workflows/website_build.yml @@ -1,4 +1,4 @@ -name: Website Build +name: Build and Deploy Website on: push: @@ -39,8 +39,6 @@ jobs: -cvf "$RUNNER_TEMP/artifact.tar" \ . echo ::endgroup:: - env: - INPUT_PATH: ${{ inputs.path }} - name: Upload artifact id: upload-artifact @@ -53,7 +51,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 - with: - path: ./website/dist - name: 'github-pages' \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file