Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent 4826c6d commit 2509216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Update available software list for apt-get
run: sudo apt-get update

- name: Checkout IPC repository and submodules (like Flow)
- name: Checkout `ipc` repository and submodules (like `flow`)
uses: actions/checkout@v4
with:
submodules: true
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
conan build .
- name: Create documentation tarball [full, API-only, landing page]
- name: Create documentation tarball (full, API-only, landing page)
run: |
cd $GITHUB_WORKSPACE/doc/ipc_doc
$GITHUB_WORKSPACE/tools/doc/stage_generated_docs.sh $GITHUB_WORKSPACE/build/${{ matrix.build-config.conan-profile-build-type }}
Expand Down

0 comments on commit 2509216

Please sign in to comment.