Skip to content

Commit

Permalink
chore: test action
Browse files Browse the repository at this point in the history
  • Loading branch information
dariozubi committed Jul 1, 2024
1 parent b96dcdc commit 0a75dea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy
on:
push:
branches:
- master
- dario-changes
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,11 +35,11 @@ jobs:
NODE_ENV: production
run: npm run build

- name: Deploy to GitHub Pages 🚀
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: build
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
# - name: Deploy to GitHub Pages 🚀
# if: success()
# uses: crazy-max/ghaction-github-pages@v2
# with:
# target_branch: gh-pages
# build_dir: build
# env:
# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 0a75dea

Please sign in to comment.