Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brueckner committed Sep 18, 2024
1 parent ad8d1db commit 37c9c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Push
uses: docker/build-push-action@v2
# - name: Push
# uses: docker/build-push-action@v2

- name: Checkout
uses: actions/checkout@v4

- name: Sphinx Build
uses: ./.github/workflows/sphinx
with:
context: entryPoint
context: .

0 comments on commit 37c9c2b

Please sign in to comment.