Skip to content

Commit

Permalink
Update publishwebsite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead authored Oct 27, 2023
1 parent 9af76d0 commit b03e898
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publishwebsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
mv dist rsc
rm *.zip
cd ../../
- name: Apps
run: |
mkdir -p dist/apps && cd dist/apps
wget -O exe.zip https://www.dropbox.com/s/c25yg42ouck6t7c/exe.zip?dl=0 && unzip exe && mv exe rxns
rm *.zip
cd ../../
# - name: Apps
# run: |
# mkdir -p dist/apps && cd dist/apps
# wget -O exe.zip https://www.dropbox.com/s/c25yg42ouck6t7c/exe.zip?dl=0 && unzip exe && mv exe rxns
# rm *.zip
# cd ../../
- name: Blog
run: |
cd dist/
Expand Down

0 comments on commit b03e898

Please sign in to comment.