Skip to content

Commit

Permalink
Merge pull request #43 from justinharringa/add-privacy
Browse files Browse the repository at this point in the history
Fix s3_website command
  • Loading branch information
justinharringa authored Mar 8, 2024
2 parents 7b9f48b + 6f2c4f2 commit 6340aef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand All @@ -70,4 +68,4 @@ jobs:
steps:
- name: Deploy to S3
id: deploy
run: push --site public
run: s3_website push --site public

0 comments on commit 6340aef

Please sign in to comment.