Skip to content

Commit

Permalink
Renamed 'install-production' script since it is now also used in the …
Browse files Browse the repository at this point in the history
…pr-preview environment
  • Loading branch information
benji-glitsos-ga committed Mar 13, 2024
1 parent b8593b6 commit 8490181
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install requirements
run: ./install-production.sh
run: ./install-dependencies.sh

- name: Build site
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install requirements
run: ./install-production.sh
run: ./install-dependencies.sh

- name: Build site
env:
Expand Down
File renamed without changes.

0 comments on commit 8490181

Please sign in to comment.