Skip to content

Commit

Permalink
Fix scep.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dscano <[email protected]>
  • Loading branch information
Dscano committed Jan 10, 2025
1 parent 4182d31 commit 5229d7c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,13 @@ jobs:
- name: Run linter
run: |
./tools/asciidoclint.py docs/v1/P4Runtime-Spec.adoc
docker:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Run docker
run: |
make -C docs/tools/
build-spec:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Build spec
run: |
make -C docs/tools/
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-asciidoc :latest make build_spec_with_images
ls docs/v1/build

0 comments on commit 5229d7c

Please sign in to comment.