Skip to content

Commit

Permalink
ACTIONS : deploy job is renamed Deploy. A .nojekyll is created
Browse files Browse the repository at this point in the history
  • Loading branch information
gissehel committed Dec 19, 2021
1 parent 16359d0 commit f16dbd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
name: 'Build'
name: 'Deploy'
runs-on: ubuntu-latest
steps:
- name: "Checkout"
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
echo "niolesk.top" > build/CNAME
mv storybook build/storybook
touch build/.nojekyll
- name: "Deploy to GitHub Pages"
if: success()
Expand Down

0 comments on commit f16dbd1

Please sign in to comment.