Skip to content

Commit

Permalink
fix: deploy action #1
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jul 23, 2024
1 parent 249979b commit 115e1cc
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,22 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container: node:6

env:
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}

steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Build
run: |
git clone https://github.com/frodrigo/gl-style-package-spec.git
cd gl-style-package-spec
bash ./task/run.sh
# - name: Build
# run: |
# git clone https://github.com/frodrigo/gl-style-package-spec.git
# cd gl-style-package-spec
# bash ./task/run.sh

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gl-style-package-spec/build
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./gl-style-package-spec/build

0 comments on commit 115e1cc

Please sign in to comment.