mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
Add website publish placeholder (#17318)
This commit is contained in:
parent
71da0824f3
commit
2da08c477a
1 changed files with 16 additions and 0 deletions
16
.github/workflows/publish-gh-pages.yml
vendored
Normal file
16
.github/workflows/publish-gh-pages.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# This is a placeholder workflow only. Its purpose is for manual runs to show up
|
||||
# in the GitHub web UI. It is not used for any automated runs.
|
||||
name: Publish site
|
||||
|
||||
on:
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
placeholder:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Placeholder step to have workflow included in the GitHub web UI
|
||||
run: |
|
||||
echo "Placeholder step to have workflow included in the GitHub web UI"
|
||||
echo "The actual publish workflow is run from the gh-pages branch"
|
||||
Loading…
Reference in a new issue