Skip to content

Building-with-IntelliJ: update macOS build instructions (#139) #181

Building-with-IntelliJ: update macOS build instructions (#139)

Building-with-IntelliJ: update macOS build instructions (#139) #181

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