Skip to content

Commit

Permalink
MAYBE REMOVE: don't repath.
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 committed Apr 25, 2024
1 parent 44109fd commit 2ffced7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: "src/lasr-base"
- name: Quality Control
uses: "./.github/workflows/qc"

0 comments on commit 2ffced7

Please sign in to comment.