Require admin flag for admin UPP requests (#4257) #324
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: Update Documentation Site | |
on: | |
push: { branches: master } | |
jobs: | |
build_and_deploy: | |
name: Build & Deploy | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build & Deploy to GitHub Pages | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
REMOTE_BRANCH: gh-pages | |
SITE_LOCATION: docs | |
BUILD_LOCATION: build | |
uses: zooniverse/[email protected] |