Skip to content

dokka release workflow 추가 #1

dokka release workflow 추가

dokka release workflow 추가 #1

Workflow file for this run

name: release
on:
push:
branches: [ master ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./gradlew dokkaHtml
- name: Deploy docs to website
uses: JamesIves/github-pages-deploy-action@releases/v3
with:

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-page
FOLDER: yls/build/dokka/html/
TARGET_FOLDER: docs/0.x/