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 28, 2023
1 parent 5f7872f commit b5b02db
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 @@ -32,12 +32,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 b5b02db

Please sign in to comment.