Skip to content

Commit

Permalink
add 1.3 (#4)
Browse files Browse the repository at this point in the history
* add 1.3

* update

* update

* update

* update
  • Loading branch information
rscohn2 authored Apr 26, 2024
1 parent 7667b2e commit b88f6a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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

0 comments on commit b88f6a9

Please sign in to comment.