From d4b3627c5a0964fa6f055e77d425f888f7984d50 Mon Sep 17 00:00:00 2001 From: Tim Pilius Date: Fri, 27 Sep 2024 15:21:56 -0400 Subject: [PATCH] asd --- .github/workflows/deploy-documentation.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 8076a5a1..2f45374d 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -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 "*";