Skip to content
Snippets Groups Projects
Commit 68f4c1b7 authored by korvoj's avatar korvoj
Browse files

Change default branch name in GitHub Workflow

parent 27f16c34
Branches
Tags
No related merge requests found
name: Publish docs via GitHub Pages name: Publish docs via GitHub Pages
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - master
jobs: jobs:
build: build:
name: Deploy docs name: Deploy docs
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Checkout main - name: Checkout master
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Deploy docs - name: Deploy docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment