Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

0.8.0: "Maximum Power" #3

0.8.0: "Maximum Power"

0.8.0: "Maximum Power" #3

Workflow file for this run

name: "[icondumper2] autobuild"
on: [push]
jobs:
documentation:
name: Compile documentation via JSDoc
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Install node.js
uses: actions/setup-node@main
- name: Compile documentation with JSDoc
run: npx jsdoc ./icon.js -d ./documentation -R ./README.md
- name: Upload Artifacts
uses: actions/upload-artifact@main
with:
name: JSDoc-compiled Documentation
path: './documentation/*'