From 2ffced7fb0d5598cb935742bd209b6e813d828c2 Mon Sep 17 00:00:00 2001 From: Jared Swift Date: Thu, 25 Apr 2024 15:20:53 +0100 Subject: [PATCH] MAYBE REMOVE: don't repath. --- .github/workflows/continuous.yml | 2 -- .github/workflows/docs/action.yml | 2 +- .github/workflows/pr.yml | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index ea4e0174b..f9998b34c 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Checkout Repository and Submodules uses: actions/checkout@v4 - with: - path: "src/lasr-base" - name: Build & Deploy Documentation uses: "./.github/workflows/docs" - name: Quality Control diff --git a/.github/workflows/docs/action.yml b/.github/workflows/docs/action.yml index d66bb8d0d..a93ef26a9 100644 --- a/.github/workflows/docs/action.yml +++ b/.github/workflows/docs/action.yml @@ -41,5 +41,5 @@ runs: if: github.event_name != 'pull_request' && github.ref_name == 'main' with: deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }} - publish_dir: ./src/lasr-base/documentation/web/build + publish_dir: ./documentation/web/build external_repository: lasr-at-home/docs \ No newline at end of file diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cf47f19dc..7dc3b5f09 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - path: "src/lasr-base" - name: Quality Control uses: "./.github/workflows/qc" \ No newline at end of file