Skip to content

Commit

Permalink
ignore needs included
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jul 26, 2024
1 parent 939d6aa commit 0c9e464
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: echo 'GITHUB_REPOSITORY=$GITHUB_REPOSITORY' >> $GITHUB_ENV

- name: Checkout 🛎️
uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
uses: actions/checkout@v4.1.7 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false

Expand All @@ -31,8 +31,8 @@ jobs:
run: |
yarn install
yarn run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.5.7
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
.DS_Store
/dist/
/files/
/files/
!build/es6/node_modules
!build/es6/node_modules/**
4 changes: 3 additions & 1 deletion app/gitignore.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ eleventyExcludeFromCollections: true
---
.DS_Store
node_modules
dist
dist
!build/es6/node_modules
!build/es6/node_modules/**
4 changes: 2 additions & 2 deletions dist/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
node_modules
dist
!app/dist/build/es6/node_modules
!app/dist/build/es6/node_modules/**
!build/es6/node_modules
!build/es6/node_modules/**

0 comments on commit 0c9e464

Please sign in to comment.