Skip to content

Commit

Permalink
Deploy css
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Jan 14, 2024
1 parent b04f2df commit 50fa5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
echo "('Xiplus', BotPassword('${BOT_NAME}', '${BOT_PASS}'))" > user-password.py
chmod 600 user-password.py
python3 deploy.py --file spihelper.js --target User:Xiplus/js/spihelper.js --summary "${{ steps.vars.outputs.sha_short }} ${{ github.event.head_commit.message }}"
# python3 deploy.py --file spihelper.css --target User:Xiplus/js/spihelper.css --summary "${{ steps.vars.outputs.sha_short }} ${{ github.event.head_commit.message }}"
python3 deploy.py --file spihelper.css --target User:Xiplus/js/spihelper.css --summary "${{ steps.vars.outputs.sha_short }} ${{ github.event.head_commit.message }}"
2 changes: 1 addition & 1 deletion spihelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* global mw, $, displayMessage, spiHelperCustomOpts, wgULS */

// Adapted from [[User:Mr.Z-man/closeAFD]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:GeneralNotability/spihelper.css&action=raw&ctype=text/css', 'text/css')
mw.loader.load('https://zh.wikipedia.org/w/index.php?title=User:Xiplus/js/spihelper.css&action=raw&ctype=text/css', 'text/css')
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Timotheus_Canens/displaymessage.js&action=raw&ctype=text/javascript')

// Typedefs
Expand Down

0 comments on commit 50fa5f9

Please sign in to comment.