diff --git a/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml b/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml index dd07cabbf8..236881383c 100644 --- a/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml +++ b/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml @@ -49,15 +49,15 @@ jobs: with: path: ./src/docs-1.x/_build/html -## # Deployment job -## deploy: -## environment: -## name: github-pages -## url: ${{ steps.deployment.outputs.page_url }} -## runs-on: ubuntu-latest -## needs: build -## steps: -## - name: Deploy to GitHub Pages -## id: deployment -## uses: actions/deploy-pages@v4 + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4