mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 05:14:51 +08:00
parent
dc9a7aefd7
commit
85c48cd708
23
.github/workflows/generator.yml
vendored
23
.github/workflows/generator.yml
vendored
@ -10,6 +10,12 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@ -38,15 +44,8 @@ jobs:
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
git config --global user.name "$(git show -s --format='%an' HEAD)"
|
||||
git config --global user.email "$(git show -s --format='%ae' HEAD)"
|
||||
|
||||
cd dist
|
||||
git init
|
||||
git add .
|
||||
git commit -m "Build on $(date '+%Y-%m-%d %H:%M:%S')"
|
||||
git branch -m gh-pages
|
||||
git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||
git push -f origin gh-pages
|
||||
- name: Deploy to github pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.1
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: dist
|
||||
|
Loading…
Reference in New Issue
Block a user