Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix automated builds #296

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading