Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
imp - prf - Now, draft preparation for apps should be faster
Browse files Browse the repository at this point in the history
---

We've improved performance of the draft preparation by changing the environment to use Ubuntu instead of Windows.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 28, 2024
1 parent 3e55037 commit 08168fd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/prepdraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:

runs-on: windows-latest
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand All @@ -23,10 +23,11 @@ jobs:
run: dotnet tool install --global docfx
- name: Release Asset Preparation
run: |
cd tools ; ./build.cmd ; cd ..
cd tools ; ./pack.cmd ; cd ..
cd tools ; ./docgen.cmd ; cd ..
cd tools ; ./docgen-pack.cmd ; cd ..
chmod +x tools/*.sh
make
cd tools ; ./pack.sh ; cd ..
make doc
cd tools ; ./docgen-pack.sh ; cd ..
- name: Release Draft Making
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 08168fd

Please sign in to comment.