Skip to content

Commit

Permalink
ci: don't build for netlify, just push the redirects file
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Nov 27, 2024
1 parent f3d4308 commit 360432c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dhis2-deploy-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
node-version: 20.x

- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile

- run: yarn build
- name: Create redirects file for legacy netlify ui.dhis2.nu site
run: |
mkdir dist
cp ./docs/static/_redirects dist/_redirects
- uses: nwtgck/[email protected]
with:
Expand Down

0 comments on commit 360432c

Please sign in to comment.