diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 077ac66388..c6ed283c5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + ref: ${{ github.ref }} - run: make install - run: make awesome_lint - run: make export_markdown @@ -47,6 +49,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + ref: ${{ github.ref }} - run: make install - run: make awesome_lint - run: make export_html