diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 54e9a67..bef9381 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -12,9 +12,10 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 21.1 - - run: | + - name: Installing Netlify + run: | npm install - npx eleventy - - run: | npm install netlify-cli -g + - name: Deploying Site + run: | netlify deploy --dir site --prod \ No newline at end of file