Skip to content

Commit 6f2ba54

Browse files
authored
Merge pull request #131 from tayloraswift/tutorial-support
tutorial support
2 parents a0c15bb + f1fdac4 commit 6f2ba54

File tree

483 files changed

+9453
-4203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+9453
-4203
lines changed

.github/workflows/build.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
image:
17-
- 5.9.2-amazonlinux2
18-
- 5.9.2-jammy
17+
- swift:5.9.2-amazonlinux2
1918
steps:
2019
- name: checkout repository
2120
uses: actions/checkout@v3
@@ -36,13 +35,5 @@ jobs:
3635
--name swift-environment \
3736
-v $PWD:/swift/swift-unidoc \
3837
-w /swift/swift-unidoc \
39-
swift:${{ matrix.image }} \
40-
/bin/bash $(echo .github/pipeline)
41-
42-
- name: export binary tools
43-
uses: actions/upload-artifact@v3
44-
with:
45-
name: unidoc-tools-${{ matrix.image }}
46-
path: |
47-
.build/release/SwiftinitServer
48-
.build/release/UnidocBuild
38+
${{ matrix.image }} \
39+
/bin/bash .github/pipeline

Assets/css/Admin.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/css/Admin.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/css/Main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/css/Main.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/js/Main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/js/Main.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)