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 13, 2023
1 parent bbf53d8 commit 2fb6ab3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
-Dorg.gradle.project.eu.xenit.cloudsmith.password=${{ secrets.CLOUDSMITH_APIKEY }}
jobs:
continuousIntegration:
runs-on: ubuntu-20.04
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
Expand All @@ -21,9 +21,11 @@ jobs:
${{ secrets.DEPLOY_KEY_EDGE_DOCS }}
${{ secrets.DEPLOY_KEY_FINDER_DOCS }}
${{ secrets.DEPLOY_KEY_INFLOW_DOCS }}
- name: Set up WSL
uses: Vampire/setup-wsl@v2
- name: init submodules
run: |
git submodule update --init --remote
wsl git submodule update --init --remote
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -37,13 +39,13 @@ jobs:
password: ${{ secrets.XENIT_DOCKER_REGISTRY_PASSWORD }}
- name: Information docx
run: |
tar --version
wsl tar --version
- name: Build websites
run: |
[ -e "pandoc.deb" ] || curl -L https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb -o pandoc.deb
echo "84fe35ed9be0f1d8eb6d4cc03d63a8e532e9776f pandoc.deb" | sha1sum -c
dpkg -x pandoc.deb pandoc
PATH="$(pwd)/pandoc/usr/bin":"$PATH" bash -x ./build-websites.sh
wsl [ -e "pandoc.deb" ] || curl -L https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb -o pandoc.deb
wsl echo "84fe35ed9be0f1d8eb6d4cc03d63a8e532e9776f pandoc.deb" | sha1sum -c
wsl dpkg -x pandoc.deb pandoc
wsl PATH="$(pwd)/pandoc/usr/bin":"$PATH" bash -x ./build-websites.sh
# - name: 'Upload Artifact'
# if: success()
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2fb6ab3

Please sign in to comment.