diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index e5dd8230..79b1489a 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,6 +4,7 @@ on: push: branches: - master + pull_request: # Allows manual runs from the Actions tab workflow_dispatch: @@ -19,16 +20,6 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - - name: Install NodeJS - uses: actions/setup-node@v3 - with: - node-version: '14' - - - name: Build Static Files - run: | - npm ci - npm run build - - name: Build Artifact uses: actions/jekyll-build-pages@v1