Skip to content

Commit

Permalink
Fix doc generation (hylo-lang#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams authored Oct 26, 2023
1 parent 059eb88 commit cd950b6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/doc-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:

on:
push:
branches: [ main ]
branches: [ main, fix-doc-generation ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -30,6 +30,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Jazzy
run: |
sudo gem install jazzy
- name: Setup swift
uses: swift-actions/setup-swift@v1
with:
Expand Down Expand Up @@ -94,7 +98,6 @@ jobs:
- name: Extract with Jazzy
run: |
export PKG_CONFIG_PATH
gem install jazzy
for TARGET in ${EXTRACTION_TARGETS}; do
mkdir -p _site/jazzy/"$TARGET"
jazzy \
Expand Down
18 changes: 18 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@
"version" : "1.0.4"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin.git",
"state" : {
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
},
{
"identity" : "swift-format",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit cd950b6

Please sign in to comment.