Skip to content

Commit

Permalink
馃攢 Merge pull request #4 from NMSCD/feat/action-adjustments
Browse files Browse the repository at this point in the history
bump action versions and add nojekyll file
  • Loading branch information
Khaoz-Topsy committed Jan 20, 2024
2 parents 1bd57d8 + a7f037b commit 050e962
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/BuildAndDeploy.yml
Expand Up @@ -18,9 +18,9 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down Expand Up @@ -48,9 +48,11 @@ jobs:
run: |
npm ci
npm run build
cd dist
touch .nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist # The folder the action should deploy.

0 comments on commit 050e962

Please sign in to comment.