Skip to content

Commit

Permalink
Update auto-assign.ymm
Browse files Browse the repository at this point in the history
  • Loading branch information
THYDUX authored Dec 22, 2024
1 parent bc5672e commit 4b1bbfd
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
name: Deploy Docs to GitHub Pages

## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
on:
push:
branches:
- main

# Book build output
_book

# eBook build output
*.epub
*.mobi
*.pdf
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit 4b1bbfd

Please sign in to comment.