Skip to content

Commit

Permalink
add deploy (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk authored and rerun-bot committed Nov 8, 2024
1 parent e69133f commit 79f67a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docs deploy (fake)

on:
push:
branches: [docs-latest]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Deploy
run: |
echo "Deploying docs..."

0 comments on commit 79f67a7

Please sign in to comment.