Skip to content

new update from ID24 #60

new update from ID24

new update from ID24 #60

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [14.x]
steps:
# checkout the repository
- name: Checkout the Repository
uses: actions/cache@v1
- name: Deployment in Action
run: |
mvn run deploy

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
# https://github.com/ncipollo/release-action/blob/main/README.md
- name: Deploy static files (Github page) # TODO What happen here ?
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }} # Only Idrice can set or see this token under setting of repository!!
destination_dir: ./docs
publish_dir: ./docs
#publish_branch: master # Set Another GitHub Pages Branch, but we want under foder docs!!
commit_message: ${{ github.event.head_commit.message }} # Set custom commit message
force_orphan: true # allows you to make your publish branch with only the latest commit