Skip to content

Rejected-or-Rolled-Back-Features: add plugins which crowdsource playe… #174

Rejected-or-Rolled-Back-Features: add plugins which crowdsource playe…

Rejected-or-Rolled-Back-Features: add plugins which crowdsource playe… #174

Workflow file for this run

on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Deploy to Wiki
run: |
eval "$(ssh-agent -s)"
ssh-add - <<<"${{secrets.DEPLOY_KEY}}"
git push [email protected]:runelite/runelite.wiki master