update: New doc system (#25) #11
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
name: Upload docs | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
upload: | |
runs-on: ubuntu-latest | |
container: | |
image: lichthund/docs:latest | |
steps: | |
# Check out the repo to access the files | |
- name: Checkout | |
uses: actions/checkout@v3 | |
# Run application with the files! | |
- name: Run | |
run: | | |
java -jar /app/application.jar -i $GITHUB_WORKSPACE -b ${{ secrets.AUTH }} -u https://new.triumphteam.dev/ |