Skip to content

Commit

Permalink
Fixes space for p4lang/p4rt-asciidoc (#536)
Browse files Browse the repository at this point in the history
* Fixes space for p4lang/p4rt-asciidoc

Signed-off-by: Dscano <[email protected]>

* Add docker creation

Signed-off-by: Dscano <[email protected]>

---------

Signed-off-by: Dscano <[email protected]>
  • Loading branch information
Dscano authored Jan 24, 2025
1 parent 7e981d8 commit 8961b98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/any-branch-uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build spec
run: |
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-asciidoc :latest make
make -C docs/tools/
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-asciidoc make
ls docs/v1/build
- name: Upload spec to S3 if needed
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main-branch-uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
fetch-depth: 0
- name: Build spec
run: |
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-asciidoc :latest make
make -C docs/tools/
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-asciidoc make
ls docs/v1/build
- name: Upload spec to S3
uses: jakejarvis/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tag-uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
fetch-depth: 0
- name: Build spec
run: |
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-asciidoc :latest make
make -C docs/tools/
docker run -v `pwd`/docs/v1:/usr/src/p4-spec p4lang/p4rt-asciidoc make
ls docs/v1/build
- name: Upload spec to S3
uses: jakejarvis/[email protected]
Expand Down

0 comments on commit 8961b98

Please sign in to comment.