Skip to content

Commit

Permalink
comment out the code to put the static blog in base folder /
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Jul 5, 2023
1 parent a68731d commit 4657042
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
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 -C ./public"
name: Unzip the tar
- run: "mv public/public public/blog"
name: Place the static blog content under public/blog
# - name: create a folder to put the React app in
# run: "mkdir public/app"
# - name: move the React app under public/app
# run: "mv public/* public/app/"
# - name: unzip the static blog content
# run: "tar -xvf public.tar.gz"
# name: Unzip the tar and put it in the public folder
- run: npm ci
- run: npm run build --if-present
# - run: npm test
Expand Down

0 comments on commit 4657042

Please sign in to comment.