Skip to content

Commit

Permalink
Modify build step of deploy job to set aria base URL as part of build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Clark committed Apr 12, 2024
1 parent be5983d commit 05fb1d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
id: vars
run: |
echo ::set-output name=distdir::$(git rev-parse --short ${{ github.sha }})-20.x-dist
echo ::set-output name=ariabaseurl::/aria-site/aria/$(git rev-parse --short ${{ github.sha }})-20.x-dist
- name: Install 🎯
run: cd site; npm install

- name: Build 🏃
run: cd site; npm run build
env:
BASE_ARIA_URL: ${{ steps.vars.outputs.ariabaseurl }}
- name: Upload artifacts 📤
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 05fb1d4

Please sign in to comment.