FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
unified-memory-framework/.github/workflows/docs.yml at main · oneapi-src/unified-memory-framework · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
oneapi-src
/
unified-memory-framework
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
96
Code
Issues
54
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
unified-memory-framework
/
.github
/
workflows
/
docs.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
40 lines (31 loc) · 878 Bytes
Breadcrumbs
unified-memory-framework
/
.github
/
workflows
/
docs.yml
Copy path
File metadata and controls
40 lines (31 loc) · 878 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
Deploy documentation to GitHub Pages
name
:
GitHubPages
on
:
push
:
branches
:
["main"]
workflow_dispatch
:
#
Cancel previous in-progress workflow, only the latest run is relevant
concurrency
:
group
:
"
docs
"
cancel-in-progress
:
true
permissions
:
contents
:
read
jobs
:
DocsBuild
:
uses
:
./.github/workflows/reusable_docs_build.yml
with
:
upload
:
true
DocsDeploy
:
name
:
Deploy docs to GitHub Pages
needs
:
DocsBuild
permissions
:
pages
:
write
id-token
:
write
environment
:
name
:
github-pages
url
:
${{ steps.deployment.outputs.page_url }}
runs-on
:
${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-latest' }}
steps
:
-
name
:
Deploy the documentation to GitHub Pages
id
:
deployment
uses
:
actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128
#
v5.0.0
Back
|
FazBrowse Home
|
New Git URL