Skip to content

Commit 9d1ab07

Browse files
committed
Fix syntax for deploy
1 parent 22492a7 commit 9d1ab07

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-guidelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Safety-Critical Rust Coding Guidelines
1+
name: Build
22

33
on:
44
push:

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Deploy
22

33
on:
44
push:
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
deploy:
10-
# Call the main build workflow
11-
uses: ./.github/workflows/build-guidelines.yml
12-
# If your main workflow is in a different file, adjust the path accordingly
1310

1411
name: Deploy
1512
runs-on: ubuntu-latest
1613
steps:
14+
# Call the main build workflow
15+
- uses: ./.github/workflows/build-guidelines.yml
16+
# If your main workflow is in a different file, adjust the path accordingly
1717
- uses: peaceiris/actions-gh-pages@v4
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nightly Safety-Critical Rust Coding Guidelines Build Schedule
1+
name: Nightly
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)