Skip to content

update share button #27

update share button

update share button #27

Workflow file for this run

on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: torisetsu
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
distribution: 'adopt'
- name: grant execute permission for gradlew
run: chmod +x gradlew
- name: build
run: |
./gradlew build
- name: deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: github-pages
FOLDER: torisetsu/build/dist/js/productionExecutable
CLEAN: true