Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook authored Sep 7, 2023
1 parent c9467ac commit 15f0337
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,13 @@ jobs:
id-token: write
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3

- 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: Upload GitHub Pages artifact
uses: actions/[email protected]
- id: Build-Deploy-Vue
uses: thefrustrateddev/[email protected]
with:
path: dist/

- name: Deploy GitHub Pages site
uses: actions/[email protected]
username: 'EaseCation'
reponame: 'mc-text-formater'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 15f0337

Please sign in to comment.