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

Commit

Permalink
Only use English version for HTML release for size sake
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc authored Dec 30, 2023
1 parent d9dd887 commit 288e6d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
env:
CREATOR_ID: ${{ secrets.CREATOR_ID }}

- name: Zip just English version for Release
uses: montudor/action-zip@v1
with:
args: zip -qq -r html.zip ./_build

- name: Build Dutch
run: make html-nl
env:
Expand All @@ -76,11 +81,6 @@ jobs:
id: deployment
uses: actions/deploy-pages@v2

- name: Zip files
uses: montudor/action-zip@v1
with:
args: zip -qq -r html.zip ./_build

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
Expand Down

0 comments on commit 288e6d9

Please sign in to comment.