Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maartin0 committed Aug 14, 2023
1 parent 6b0d964 commit 510ad26
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -36,16 +36,6 @@ jobs:
npm install
npm run build
npm run copy
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
folder: dist
repository-name: maartin0/maartin0.github.io
target-folder: orby
token: ${{ secrets.PAT }}
branch: main

deploy:
needs: build
environment:
Expand Down

0 comments on commit 510ad26

Please sign in to comment.