Skip to content

Add latest wet-boew/wet-boew 4.0.83 to get jQuery 4 compatibility fix… #4

Add latest wet-boew/wet-boew 4.0.83 to get jQuery 4 compatibility fix…

Add latest wet-boew/wet-boew 4.0.83 to get jQuery 4 compatibility fix… #4

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Generate the Composer manifest(s)
run: |
docker run --rm -v $(pwd):/repo zachomedia/composerrepo:v2 -c /repo/config.yml generate
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
keep_files: true