Skip to content

Merge pull request #860 from ekivemark/update_pdex_2023-11-27 #820

Merge pull request #860 from ekivemark/update_pdex_2023-11-27

Merge pull request #860 from ekivemark/update_pdex_2023-11-27 #820

Workflow file for this run

name: github pages
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: java -jar ./tools/ant/ant-launcher.jar
- name: Install SSH Client
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
BASE_BRANCH: master
BRANCH: gh-pages
FOLDER: json
SSH: true