Skip to content

Commit

Permalink
XENFRED-4897 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiot123 committed Sep 11, 2023
1 parent d38cb5e commit a36c366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 44 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ jobs:
echo "84fe35ed9be0f1d8eb6d4cc03d63a8e532e9776f pandoc.deb" | sha1sum -c
dpkg -x pandoc.deb pandoc
PATH="$(pwd)/pandoc/usr/bin":"$PATH" bash -x ./build-websites.sh
- name: information
- name: Information
run: |
pwd
ls -l
ls -l build/
ls -l build/docx/
ls -l build/docx/alfred-desktop/
ls -l build/docx/alfred-desktop/4.2/
- name: Archive Alfred Desktop artifact
uses: actions/upload-artifact@v3
with:
Expand Down
43 changes: 0 additions & 43 deletions build-websites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,49 +98,6 @@ build_docx_manual alfred-desktop 4.0 "Alfred Desktop User Guide 4.0.docx"
#split_manual alfred-desktop 4.0
#build_product_website alfred-desktop

# Finder
build_and_split_manual alfred-finder 2.5-user "user-guide.md"
build_and_split_manual alfred-finder 2.5-admin "admin-guide.md"
build_and_split_manual alfred-finder 2.4-user "user-guide.md"
build_and_split_manual alfred-finder 2.4-admin "admin-guide.md"
build_and_split_manual alfred-finder 2.3-user "user-guide.md"
build_and_split_manual alfred-finder 2.3-admin "admin-guide.md"
build_and_split_manual alfred-finder 2.2-user "user-guide.md"
build_and_split_manual alfred-finder 2.2-admin "admin-guide.md"
build_and_split_manual alfred-finder 2.1-user "user-guide.md"
build_and_split_manual alfred-finder 2.1-configuration "configuration-guide.md"
build_product_website alfred-finder

# Edge
build_and_split_manual alfred-edge 1.1 "main.md"
build_and_split_manual alfred-edge 1.0 "main.md"
build_and_split_manual alfred-edge 2.1 "main.md"
build_product_website alfred-edge

# Inflow
build_and_split_manual alfred-inflow 4.1-user "user-guide.md"
build_and_split_manual alfred-inflow 4.1-developer "developer-guide.md"
build_and_split_manual alfred-inflow 4.1-installation "installation-guide.md"
build_and_split_manual alfred-inflow 4.0-user "user-guide.md"
build_and_split_manual alfred-inflow 4.0-developer "developer-guide.md"
build_and_split_manual alfred-inflow 4.0-installation "installation-guide.md"
build_and_split_manual alfred-inflow 3.5-user "user-guide.md"
build_and_split_manual alfred-inflow 3.5-developer "developer-guide.md"
build_and_split_manual alfred-inflow 3.5-installation "installation-guide.md"
build_and_split_manual alfred-inflow 3.4-user "user-guide.md"
build_and_split_manual alfred-inflow 3.4-developer "developer-guide.md"
build_and_split_manual alfred-inflow 3.4-installation "installation-guide.md"
build_and_split_manual alfred-inflow 3.2-user "user-guide.md"
build_and_split_manual alfred-inflow 3.2-developer "developer-guide.md"
build_and_split_manual alfred-inflow 3.2-installation "installation-guide.md"
build_product_website alfred-inflow

# Api
build_and_split_manual alfred-api stable-user "user-guide.md"
build_product_website alfred-api
build_alfredapi_javadoc
build_alfredapi_swaggerdoc

find build/website -type f -name '*.html' -print0 | xargs -0 sed -i "/^<\!DOCTYPE html>$/a\
\<\!-- alfred-docs@$(git describe --always --dirty) --\>"

Expand Down

0 comments on commit a36c366

Please sign in to comment.