Skip to content

Commit

Permalink
Merge pull request #359 from GateNLP/fix_docs_node18
Browse files Browse the repository at this point in the history
run docs build without deployment on pull request to dev
  • Loading branch information
davidwilby authored May 4, 2023
2 parents 8559bfe + 67c3272 commit 65881e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -28,6 +31,7 @@ jobs:
npm run build:docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
if: ${{ github.event_name == 'push' }}
with:
branch: docs-gh-pages # The branch the action should deploy to.
folder: docs/site/gate-teamware # The folder the action should deploy.

0 comments on commit 65881e0

Please sign in to comment.