Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Apr 22, 2024
1 parent caf6a5f commit b3e1dc0
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,26 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- name: Vars?
run: env

- name: Setup Node
uses: actions/setup-node@v3

- name: Install dependencies
uses: bahmutov/npm-install@v1

- name: Set Environment Vars
run: env > .env

- name: Build project
run: npm run build

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './dist'
path: "./dist"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4



0 comments on commit b3e1dc0

Please sign in to comment.