Bitacora: Update Custom CSS for Subscription Block (#8563) #2362
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: Deploy Themes to Dotorg | |
on: | |
push: | |
branches: [ trunk, automate/dotorgdeploy ] | |
workflow_dispatch: | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Install SVN | |
run: | | |
sudo apt update | |
sudo apt install -y subversion | |
- run: ./deploy-dotorg.sh | |
env: | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} |