diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f8b87a4..816d9da 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,4 +1,4 @@ -name: Release to Dev Environment +name: Compile Hugo on: pull_request: @@ -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 \ No newline at end of file