Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLex committed Mar 9, 2024
1 parent c743ceb commit 4bab958
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/user-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: GitHub Pages Publish
uses: stefanzweifel/git-auto-commit-action@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
commit_message: "Update GitHub Pages"
commit_options: '--no-verify --signoff'
file_pattern: 'docs/**/*'
repository: .
skip_dirty_check: true
skip_fetch: true
skip_checkout: true
push_options: '--force'

0 comments on commit 4bab958

Please sign in to comment.