Skip to content

Commit

Permalink
chore: remove old docker step
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Jul 10, 2024
1 parent 5440f1f commit 4ef563e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release to Dev Environment
name: Compile Hugo

on:
pull_request:
Expand All @@ -19,10 +19,4 @@ jobs:
- run: npm install -g yarn
- run: yarn install
- run: yarn run hugo
- run: yarn run dprint check
try-build:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- run: docker build .
- run: yarn run dprint check

0 comments on commit 4ef563e

Please sign in to comment.