Skip to content

Merge pull request #65 from uk-x-gov-software-community/dependabot/np… #75

Merge pull request #65 from uk-x-gov-software-community/dependabot/np…

Merge pull request #65 from uk-x-gov-software-community/dependabot/np… #75

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/[email protected]
with:
install_dependencies: true
- name: Deploy
uses: peaceiris/[email protected]
if: github.ref == 'refs/heads/main'
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: _site
publish_branch: gh-pages