Skip to content

Commit

Permalink
🚀 docs init vi from template
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Dec 9, 2024
1 parent 19318fc commit a900d72
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Sample workflow for building and deploying a VitePress site to GitHub Pages
#
name: Deploy VitePress site to Pages

on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [main]
paths:
- "docs/**"
- ".github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/**

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

jobs:
deploy-pages:
uses: it-at-m/.github/.github/workflows/reuseable-template-deploy-pages.yml@main

0 comments on commit a900d72

Please sign in to comment.