1515 uses : actions/checkout@v1
1616 - name : Build Documentation
1717 run : exec ./.github/scripts/build-docc.sh
18- 19- # with:
20- # target: CodeEditLanguages
21- # output: ./docs
22- # hosting-base-path: CodeEditLanguages
23- # disable-indexing: 'true'
24- # transform-for-static-hosting: 'true'
2518 - name : Init new repo in dist folder and commit generated files
2619 run : |
2720 cd docs
3730 github_token : ${{ secrets.GITHUB_TOKEN }}
3831 branch : docs
3932 force : true
40- directory : ./docs
33+ directory : ./docs
34+
35+ # ###########################
36+ # #### IMPORTANT NOTICE #####
37+ # ###########################
38+ # This was used to build the documentation catalog until
39+ # it didn't produce the 'documentation' directory anymore.
40+ #
41+ 42+ # with:
43+ # target: CodeEditLanguages
44+ # output: ./docs
45+ # hosting-base-path: CodeEditLanguages
46+ # disable-indexing: 'true'
47+ # transform-for-static-hosting: 'true'
48+ #
49+ # The command that this plugin uses is:
50+ #
51+ # swift package --allow-writing-to-directory ./docs generate-documentation \
52+ # --target CodeEditLanguages
53+ # --output-path ./docs
54+ # --hosting-base-path CodeEditLanguages
55+ # --disable-indexing
56+ # --transform-for-static-hosting
57+ #
58+ # We now use xcodebuild to build the documentation catalog instead.
59+ #
0 commit comments