diff --git a/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml b/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml index 662dabd510..f499117cb1 100644 --- a/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml +++ b/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml @@ -40,17 +40,17 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: ./src/docs/_build/html + path: ./src/docs/_build # Deployment job deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }}/2.x + url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4