Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f93eae8

Browse files
chore: update workflow
1 parent 0e4cfe4 commit f93eae8

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

‎.github/workflows/main.yml‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
uses: actions/setup-node@v1
1616
with:
1717
node-version: ${{ matrix.node-version }}
18-
- name: Deploy Example
19-
run: cd parallax-example
2018
- name: Install Packages
21-
run: yarn
19+
run: |
20+
cd parallax-example
21+
yarn
2222
- name: Build & Deploy
2323
run: |
24+
cd parallax-example
2425
git config --global user.email "jscsmith@gmail.com"
2526
git config --global user.name "jscottsmith"
2627
git remote set-url origin https://${{ secrets.MY_DEPLOY_KEY }}@github.com/jscottsmith/react-scroll-parallax-examples.git

‎workflow.yml‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /