Skip to content

Commit

Permalink
Update publishwebsite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead authored Nov 3, 2023
1 parent b5b02db commit 173fde4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publishwebsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
run: npm ci
- name: Build
run: npm run build-prod
# - name: Talks
# run: |
# mkdir -p dist/talks && cd dist/talks
# wget -O tmp.zip "https://www.dropbox.com/scl/fi/730bgalvk5ft1ftl1owz6/dist.zip?rlkey=ohh2go7evnjm2sh0bilbrp8ey&dl=1"
# ls -l
# unzip tmp
# mv dist rsc
# rm *.zip
# cd ../../
- name: Talks
run: |
mkdir -p dist/talks && cd dist/talks
wget -O tmp.zip "https://www.dropbox.com/scl/fi/8nt5m8lg9ya9p7ipo7u6u/dist.zip?rlkey=ss8inpw6b87b02ik7lswj8gkp&dl=1"
ls -l
unzip tmp
mv dist latest
rm *.zip
cd ../../
- name: Apps
run: |
mkdir -p dist/apps && cd dist/apps
Expand Down

0 comments on commit 173fde4

Please sign in to comment.