Skip to content

Commit

Permalink
chore: switch site build to pull rather than update data
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Jan 22, 2025
1 parent 290674c commit c334903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
echo "${{ secrets.DEPLOY_KEY }}" > deploy-key
ssh-add deploy-key
pipenv run dvc update data/published.dvc data/metadata.dvc
pipenv run dvc pull data/published.dvc data/metadata.dvc
ssh-add -D
echo "${{ secrets.DEPLOY_KEY_HUQ }}" > deploy-key-huq
ssh-add deploy-key-huq
pipenv run dvc update data/huq.dvc
pipenv run dvc pull data/huq.dvc
ssh-add -D
- name: Run pipelines
Expand Down

0 comments on commit c334903

Please sign in to comment.