Skip to content

Commit db36697

Browse files
authored
Merge pull request #2 from frontend-fun/update-branches
Create dist directory at start of worfklow
2 parents 646e7c8 + cb2e43c commit db36697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
steps:
5252
- name: Create Redirects and Links
5353
run: |
54+
mkdir -p dist
5455
echo "<html><head>\
5556
<meta http-equiv='refresh' content='0; URL=${{github.server_url}}/${{github.repository}}' />\
5657
</head><body>Redirecting to repository</body></html>" > ./dist/repo.html

0 commit comments

Comments
 (0)