Skip to content

Commit

Permalink
Add website publish placeholder (#17318)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Aug 30, 2023
1 parent 71da082 commit 2da08c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 2da08c4

Please sign in to comment.