Skip to content

Commit

Permalink
refactor: website naming
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Nov 15, 2023
1 parent 12a6cbd commit 5d1dc5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build
run: |
npm ci
make www
make website
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT_BASE_URL: ${{ steps.pages.outputs.base_url }}
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ aggregates.db: artifacts
rm -f ./aggregates.db
node ./munge_sql.js ./aggregates.db ./artifacts/*.json

www_content: aggregates.db
website_content: aggregates.db
node ./munge_aggregates.js ./aggregates.db ./www

www: www_content
website: website_content
cd www && hugo --minify $(if ${OUTPUT_BASE_URL},--baseURL ${OUTPUT_BASE_URL})

.PHONY: gateway-conformance

0 comments on commit 5d1dc5d

Please sign in to comment.