Skip to content

Commit

Permalink
adding deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
  • Loading branch information
antoniomtz committed Oct 29, 2024
1 parent 9aebf46 commit f76b873
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
# pull_request:
# The branches below must be a subset of the branches above
# branches: [ "main" ]
pull_request:
branches:
- '**'
permissions:
contents: read

Expand All @@ -34,9 +31,5 @@ jobs:
git config --local user.name "github-actions[bot]"
- name: Build Site with MkDocs
run: mkdocs build --config-file mkdocs.yml
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_branch: gh-pages
- name: Deploy
run: mkdocs gh-deploy --force --clean --verbose

0 comments on commit f76b873

Please sign in to comment.