Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Sep 27, 2024
1 parent 21bc959 commit d4b3627
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: deploy-documentation
run-name: "Deploy Documentation"

# on:
# push:
# branches:
# - master

on: [push]
on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
container:
image: python:3.11
# options: --user 1001
steps:
- uses: actions/checkout@v2
- run: git config --global --add safe.directory "*";
Expand Down

0 comments on commit d4b3627

Please sign in to comment.