Skip to content

Commit

Permalink
Remove obsolete section from .github/workflows/test.yaml
Browse files Browse the repository at this point in the history
The work branch is no longer used.
  • Loading branch information
ingydotnet committed Aug 7, 2021
1 parent 3638931 commit 92d10b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
turndown-plugin-gfm
smartwrap

- name: Fetch the work branch
- name: Fetch the gh-pages branch
run:
git fetch origin work gh-pages
git fetch origin gh-pages

- name: Make the 1.2 spec.html from docbook
run:
Expand Down

0 comments on commit 92d10b3

Please sign in to comment.