Skip to content

Commit

Permalink
Fix deploy action to use correct build directory (#101)
Browse files Browse the repository at this point in the history
Exactly what it says on the title. Noticed hydrant.mit.edu was still
using webpack, realized I forgot to change the deploy action
  • Loading branch information
dtemkin1 authored Dec 13, 2024
1 parent 4434312 commit 48c4619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
name: built-site
path: |
build
!build/latest.json
dist
!dist/latest.json

0 comments on commit 48c4619

Please sign in to comment.