Skip to content

fix: wrong linting in tests. #28

fix: wrong linting in tests.

fix: wrong linting in tests. #28

Workflow file for this run

---
name: Release Documentation
on:
workflow_dispatch:
push:
tags:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
docs:
name: build documentation and release
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
submodules: 'true'

Check failure on line 22 in .github/workflows/release-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install wasm-pack
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build
- name: Build Docs
run: npm run docs
- name: Push
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages # The branch name where you want to push the assets
FOLDER: docs # The directory where your assets are generated
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "feat(docs): ({sha}) {msg}" # The commit message