Skip to content

chore: change codeowners (#223) #198

chore: change codeowners (#223)

chore: change codeowners (#223) #198

name: Publish Github Pages
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build tck runner reports
run: make
working-directory: ./runner
- name: Create .nojekyll file
run: touch runner/reports/html/.nojekyll
- name: Install SSH Client
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
SSH: true
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: runner/reports/html/ # The folder the action should deploy.