Skip to content

Commit

Permalink
💚 generate documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Oct 20, 2023
1 parent 53bf297 commit 7f4da23
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test copy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Docs

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: master

- name: Generate docs
run: zig test -femit-docs=./docs src/lib.zig
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# OS-specific files
**.DS_Store

target/

# Zig-specific build artifacts
zig-cache/
zig-out/
Expand Down

0 comments on commit 7f4da23

Please sign in to comment.