FAQ: mention the windows start menu in safe mode info #120
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |