From da938121d23dbc61ce683002594c1617450b75c8 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Fri, 1 Mar 2024 19:32:53 -0600 Subject: [PATCH] try publishing to subdirectory Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 3a99278d393a7feaf8522c66895457391584aabf] --- .../.github/workflows/docs-2.x.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml b/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml index 14a335df4a..b1a9bfcb01 100644 --- a/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml +++ b/projects/rocprofiler-compute/.github/workflows/docs-2.x.yml @@ -42,15 +42,15 @@ jobs: with: path: ./src/docs/_build/html -## # Deployment job -## deploy: -## environment: -## name: github-pages -## url: ${{ steps.deployment.outputs.page_url }}/2.x -## runs-on: ubuntu-latest -## needs: build -## steps: -## - name: Deploy to GitHub Pages -## id: deployment -## uses: actions/deploy-pages@v1 + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }}/2.x + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1