Skip to content

Commit

Permalink
fix automated builds (#296)
Browse files Browse the repository at this point in the history
* fix HTML build automation

* Fix build failure for QCOM extensions

---------

Co-authored-by: Daniel Koch <[email protected]>
  • Loading branch information
bashbaug and dgkoch authored Oct 24, 2024
1 parent d33d158 commit d3d87ea
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 892 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/html-build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Rebuild all with asciidoctor

permissions:
contents: read

on:
# Runs on pushes targeting the main branch.
push:
branches: ["main"]
# Runs on pull requests, uses the action's description from the target branch.
pull_request_target:
types: [opened,synchronize]

workflow_dispatch:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
branches:
- main

jobs:
# Build job
Expand All @@ -20,7 +23,7 @@ jobs:
container: khronosgroup/docker-images@sha256:089687083ceb36483a3917389e4278718ab19c594099634f5dd80e22540c960f
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build AsciiDoctor
run: |
find . -name "*.asciidoc" -exec touch {} \;
Expand Down
4 changes: 2 additions & 2 deletions extensions/QCOM/SPV_QCOM_image_processing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ _Block Size_ must be a vector of integer type, whose vector size is 2 and signed

2+|<<Capability,Capability>>: +
*TextureBlockMatchQCOM*
| 8 | 4482 | <id> _Result Type_ | <<ResultId,'<id> Result' >> | <id> _Target Sampled Image_ | <id> _Target Coordinate_ | <id> _Reference Sampled Image_ | <id> _Reference Coordinate_ | <id> _Block Size_ |
| 8 | 4482 | <id> _Result Type_ | <<ResultId,'<id> Result' >> | <id> _Target Sampled Image_ | <id> _Target Coordinate_ | <id> _Reference Sampled Image_ | <id> _Reference Coordinate_ | <id> _Block Size_
|====

[cols="1,1,7*3",width="100%"]
Expand Down Expand Up @@ -250,7 +250,7 @@ _Block Size_ must be a vector of integer type, whose vector size is 2 and signed

2+|<<Capability,Capability>>: +
*TextureBlockMatchQCOM*
| 8 | 4483 | <id> _Result Type_ | <<ResultId,'<id> Result' >> | <id> _Target Sampled Image_ | <id> _Target Coordinate_ | <id> _Reference Sampled Image_ | <id> _Reference Coordinate_ | <id> _Block Size_ |
| 8 | 4483 | <id> _Result Type_ | <<ResultId,'<id> Result' >> | <id> _Target Sampled Image_ | <id> _Target Coordinate_ | <id> _Reference Sampled Image_ | <id> _Reference Coordinate_ | <id> _Block Size_
|====

Validation Rules
Expand Down
Loading

0 comments on commit d3d87ea

Please sign in to comment.