Skip to content

Commit

Permalink
Add workflow for documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Dec 31, 2023
1 parent eed3a71 commit a74b153
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run_script.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Regenerate documentation on push

on:
push:
branches:
- main

jobs:
run-script:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Run Script
run: |
chmod +x pre_push_script.sh
pre_push_script.sh
File renamed without changes.

0 comments on commit a74b153

Please sign in to comment.