Skip to content

Commit

Permalink
Update eleventy-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor authored Nov 15, 2023
1 parent edff0fd commit 0f977ac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/eleventy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ jobs:

- run: npm run build

- name: copy files to root
run: |
cp -R _site/* .
rm -rf _site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.MY_MACBOOK }}
publish_dir: ./
publish_dir: /docs

0 comments on commit 0f977ac

Please sign in to comment.