Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Simplify the OSS documentation deploy system (airbytehq#2670) (airbyt…
Browse files Browse the repository at this point in the history
…ehq#18377)

+ Adds a placeholder for 'Deploy Docs' Github Workflow.
  • Loading branch information
tkorenko authored Oct 24, 2022
1 parent 08eb62d commit 2a2639a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy-docs-site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy docs.airbyte.com [DUMMY workflow]

on:
## XXX uncomment the following when this code gets in good shape
#push:
# branches:
# - master
# paths:
# - 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
dummy-job:
name: A placeholder job
runs-on: ubuntu-latest
steps:
- name: A placeholder step
shell: bash
run: |-
echo "Hello from 'Deploy Docs' workflow!"

0 comments on commit 2a2639a

Please sign in to comment.