Skip to content

Commit

Permalink
Fixes GH Action script
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofthejars committed Oct 9, 2020
1 parent 1d0edca commit c85b273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
paths:
- .github/workflows/docs.yml
- site-github-pages.yml
- site-gh-pages.yml
- 'documentation/**'

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Run antora
uses: docker://antora/antora:2.3.1
with:
args: site-github-pages.yml
args: site-gh-pages.yml
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit c85b273

Please sign in to comment.