Skip to content

Commit

Permalink
update paths for gh pages
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Pavlovic <pavlovic.ivan.26@gmail.com>
  • Loading branch information
ljubon authored and pavlovic-ivan committed Jun 19, 2024
1 parent e4e896e commit 9fabcd0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ on:
- master
paths:
- 'docs/*.md'
- 'docs/quickstart'
- 'docs/developer'
- 'docs/design'
- 'docs/logo/**/*'
- '*.md'
- '.github/workflows/pages.yml'

jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout master
uses: actions/checkout@v4
Expand All @@ -31,10 +32,7 @@ jobs:
run: |
cp master/docs/*.md gh-pages/
rm gh-pages/docs-readme.md
cp -r master/docs/quickstart gh-pages/
cp master/docs/quickstart/index.md gh-pages/quickstart.md
cp -r master/docs/developer gh-pages/
cp -r master/docs/design gh-pages/
cp master/CODE_OF_CONDUCT.md master/CONTRIBUTING.md gh-pages/_pages/
- name: Commit GH Pages
Expand Down

0 comments on commit 9fabcd0

Please sign in to comment.