Skip to content

Commit

Permalink
Update build-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 4, 2024
1 parent edc086e commit 8d18cf8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/cFS
ref: main
path: cfs-repo
submodules: true

- name: Checkout submodule
Expand All @@ -51,11 +49,6 @@ jobs:
with:
path: /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/*
key: cfs-doc-${{ github.run_number }}

- name: Copy cFS Workflow
run: |
mkdir -p .github/workflows
cp -r cfs-repo/.github/workflows/build-deploy-doc.yml .github/workflows/build-deploy-doc.yml

build-cfe-usersguide:
name: Build and deploy cFE Docs
Expand All @@ -78,6 +71,11 @@ jobs:
runs-on: ${{ github.repository_owner == 'cFS' && 'linux' || 'ubuntu-latest' }}

steps:
- name: Checkout bundle
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/cFS

- name: Build Mission Doc
uses: ./.github/workflows/build-deploy-doc.yml
with:
Expand Down

0 comments on commit 8d18cf8

Please sign in to comment.