Skip to content

webgl-jsonloader_v.4.0.1 #14

webgl-jsonloader_v.4.0.1

webgl-jsonloader_v.4.0.1 #14

Workflow file for this run

name: Deploy to Production Environment
on:
release:
types: [published]
jobs:
deploy-client:
name: Build and Deploy GitHub Pages
if: github.event.release.target_commitish == 'master'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.release.tag_name }}
- name: List files for publish
run: cd public && ls -l -a
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public
publish_branch: gh-pages