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

add 1.3 #4

Merged
merged 5 commits into from
Apr 26, 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
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish
on:
workflow_dispatch:
# trigger will use workflow in target (main) so it can have access to secrets
pull_request_target:
pull_request:
branches:
- main

Expand All @@ -26,6 +26,7 @@ jobs:
run: make -C src html
- name: Assemble site
run: |
cat site.yaml
python scripts/site.py build
cp -r src/_build/html/* dist
- name: Publish to development on PR
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
oneAPI Specification Web Site
=============================

.. image:: https://github.com/uxlfoundation/oneapi-spec-site/actions/workflows/checks.yaml/badge.svg
:target: https://github.com/uxlfoundation/oneapi-spec-site/actions/workflows/checks.yaml

.. image:: https://github.com/uxlfoundation/oneapi-spec-site/actions/workflows/publish.yaml/badge.svg
:target: https://github.com/uxlfoundation/oneapi-spec-site/actions/workflows/publish.yaml

This repository contains the source files for the oneAPI Specification web
site.
2 changes: 2 additions & 0 deletions site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ latest: 1.0-rev-1
releases:
- name: 1.0-rev-1
url: https://github.com/uxlfoundation/oneAPI-spec/releases/download/v1.0-rev-1/oneapi-spec-v1.0-rev-1.zip
- name: 1.3-rev-1
url: https://github.com/uxlfoundation/oneAPI-spec/releases/download/oneAPI-v1.3-rev-1/oneapi-spec-v1.3-rev-1.zip
Loading