Skip to content

Commit

Permalink
Merge pull request #284 from paritytech/ae-fix-deploy-action
Browse files Browse the repository at this point in the history
Fix deployment on GH pages
  • Loading branch information
statictype authored Apr 14, 2022
2 parents 078e478 + 4e65a92 commit 7f9ea4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Init new repo in dist folder and commit generated files
run: |
cd dist
git config --global --add safe.directory /github/workspace/dist
git init
git add -A
git config --local user.email "action@github.com"
Expand Down

0 comments on commit 7f9ea4e

Please sign in to comment.