1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-09-22 07:21:21 +00:00
bedrock-samples/.github/workflows/update-web-main.yml
2024-08-14 08:49:30 -07:00

22 lines
429 B
YAML

name: Update web main
on:
workflow_dispatch:
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}