Skip to content

Commit

Permalink
Merge pull request #4 from gloriyo/gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriyo authored Jun 4, 2024
2 parents 799ebb5 + ca50192 commit 18ab068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,7 +17,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: 'pages'
group: "pages"
cancel-in-progress: true

jobs:
Expand All @@ -35,7 +35,7 @@ jobs:
with:
node-version: 20
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install
- name: Build
run: yarn run build
- name: Setup Pages
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload dist folder
path: './dist'
path: "./dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 18ab068

Please sign in to comment.