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 51c77b4 commit c743ceb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/user-interface.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- lex_test
- lex_test

jobs:
github_pages_publish:
deploy:
runs-on: ubuntu-latest

permissions:
contents: read
pages: write

steps:
- name: checkout repo content
- name: Checkout Repo
uses: actions/checkout@v4
- name: github pages publish
uses: stefanzweifel/git-auto-commit-action@v5

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: "Update GitHub Pages"
file_pattern: 'docs/**/*'
repository: .
skip_dirty_check: true
push_options: '--force'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit c743ceb

Please sign in to comment.