Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Changed `master` branch to `main` branch.
  • Loading branch information
pjox authored Jul 31, 2023
1 parent 081719b commit f39cee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- master
- main

jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
- name: Checkout main
uses: actions/checkout@v1

- name: Deploy docs
Expand Down

0 comments on commit f39cee1

Please sign in to comment.