Skip to content

Commit ec3a259

Browse files
authored
Fixing build
1 parent 71a5987 commit ec3a259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndDeploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
container: npm
13+
container: node
1414

1515
steps:
1616
- uses: actions/checkout@v3
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
47+
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)