Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook committed Sep 7, 2023
2 parents 2fd84e0 + 4c8f07f commit 37d8d03
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ jobs:

steps:
- uses: actions/checkout@v3

- id: Build-Deploy-Vue
uses: xRealNeon/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn
yarn build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
username: 'EaseCation'
reponame: 'mc-text-formater'
token: ${{ secrets.GITHUB_TOKEN }}
useyarn: true

# Upload dist repository
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 37d8d03

Please sign in to comment.