Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSoftCompany authored Feb 25, 2024
1 parent c654780 commit 5040f77
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
Expand All @@ -18,7 +17,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: bridgingthegap

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -34,9 +33,12 @@ jobs:
env:
NODE_ENV: production

- name: Deploy to GH Pages 🚀
if: ${{ github.event_name != 'pull_request' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
# - name: Deploy to GH Pages 🚀
# if: ${{ github.event_name != 'pull_request' }}
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: dist

- name: Check
run: pwd

0 comments on commit 5040f77

Please sign in to comment.