Skip to content

Commit

Permalink
Merge pull request #32 from adibas03/develop
Browse files Browse the repository at this point in the history
[FIX] Pages deploy (#31)
  • Loading branch information
adibas03 authored Jan 11, 2025
2 parents d98b50c + b034464 commit 275f3a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to gh-pages

on:
push:
branches: [master]
branches: [master, pages-deploy]

jobs:
build:
Expand Down Expand Up @@ -32,9 +32,7 @@ jobs:
cp build/client/index.html build/client/404.html
ls -al build/client
- name: Simple deploy with git
uses: rdarida/simple-github-pages-deploy-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GHB_DEFAULT_TOKEN }}
- name: GitHub Pages Deploy Action
uses: JamesIves/github-pages-deploy-action@v4
with: # optional
git-base-folder: "build/client"
folder: "build/client"

0 comments on commit 275f3a2

Please sign in to comment.