Skip to content

Commit

Permalink
Update web action
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Dec 11, 2023
1 parent cedc6e4 commit e31d470
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/update-web-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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 }}

0 comments on commit e31d470

Please sign in to comment.