Skip to content

Commit

Permalink
action to deploy static blog
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Jul 5, 2023
1 parent a99f4c8 commit 2cf0946
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
with:
node-version: '18.x'
cache: 'npm'
#- run: "wget https://harmonydata.github.io/website/public.tar.gz"
#- name: Download static page. The source is in https://github.com/harmonydata/website.
# - run: "tar -xvf public.tar.gz" -> this puts it in public
- run: "wget https://harmonydata.github.io/website/public.tar.gz"
- name: Download static page. The source is in https://github.com/harmonydata/website.
- run: "tar -xvf public.tar.gz -C ./public"
- run: "mv public/public public/blog"
- run: npm ci
- run: npm run build --if-present
# - run: npm test
Expand Down

0 comments on commit 2cf0946

Please sign in to comment.