Skip to content

Commit

Permalink
ci: build docs for both WMATA and MetroGTFS
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-k-alexandra committed Mar 15, 2024
1 parent 0a489b2 commit 564dcab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@ jobs:
- name: Generate Docs
uses: fwcd/swift-docc-action@v1
with:
target: WMATA,MetroGTFS
target: WMATA
output: ./public
transform-for-static-hosting: 'true'
disable-indexing: 'true'
hosting-base-path: WMATA.swift
- name: Generate Docs
uses: fwcd/swift-docc-action@v1
with:
target: MetroGTFS
output: ./public
transform-for-static-hosting: 'true'
disable-indexing: 'true'
Expand Down
11 changes: 0 additions & 11 deletions Sources/MetroGTFS/GTFS.swift

This file was deleted.

0 comments on commit 564dcab

Please sign in to comment.