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 4d00e50 commit d38cb5e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,22 @@ jobs:
echo "84fe35ed9be0f1d8eb6d4cc03d63a8e532e9776f pandoc.deb" | sha1sum -c
dpkg -x pandoc.deb pandoc
PATH="$(pwd)/pandoc/usr/bin":"$PATH" bash -x ./build-websites.sh
- name: Run unit tests
- name: information
run: |
pwd
ls -l
ls -l build/
ls -l build/docx/
- name: Archive Alfred Desktop artifact
uses: actions/upload-artifact@v3
with:
name: alfred-desktop
path: /home/runner/work/alfred-docs/alfred-docs/build/docx/alfred-desktop/4.2/extracted.md
retention-days: 1
- name: 'Upload Artifact'
if: success()
uses: actions/upload-artifact@v3
with:
name: website
path: /home/runner/work/alfred-docs/alfred-docs/**/build/website.tar.gz
retention-days: 2
# - name: 'Upload Artifact'
# if: success()
# uses: actions/upload-artifact@v3
# with:
# name: website
# path: /home/runner/work/alfred-docs/alfred-docs/**/build/website.tar.gz
# retention-days: 2

0 comments on commit d38cb5e

Please sign in to comment.