This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Add sunset announcement for Aurora Editor #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-documentation | |
on: | |
# Run on push to main branch | |
push: | |
branches: | |
- main | |
# Dispatch if triggered using Github (website) | |
workflow_dispatch: | |
jobs: | |
Build-documentation: | |
runs-on: macos-latest | |
steps: | |
- name: Build documentation | |
uses: 0xWDG/build-documentation@main |