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 f771c63 commit 69bbb7d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: docker/build-push-action@v2
with:
context: source
- name: Push
uses: docker/build-push-action@v2

- name: Checkout
uses: actions/checkout@v4

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

0 comments on commit 69bbb7d

Please sign in to comment.