Skip to content

Commit

Permalink
fix: test cd website is useful or not
Browse files Browse the repository at this point in the history
  • Loading branch information
vortesnail committed Aug 25, 2021
1 parent 2d3ec05 commit 51a0bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Enter website dir
run: ls && cd /website
run: cd website

- name: Build
run: yarn && yarn build
Expand Down

0 comments on commit 51a0bc9

Please sign in to comment.