Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryceg committed Oct 21, 2020
2 parents ebe9c65 + 02244c5 commit b15fd9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:

- name: Build
run: yarn build

- name: Make directory
run: mkdir -p ./gh-pages/src

- name: Copy resources
run: cp -r ./src/Resources ./gh-pages/src
run: cp -r ./src/Resources ./gh-pages/src/Resources

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit b15fd9f

Please sign in to comment.