name: Build and deploy on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Node uses: actions/setup-node@v4 with: node-version: '18' - run: npm ci - run: npm run build --workspaces - run: cp -r build/* docs/ - name: Commit docs run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add docs git commit -m "Deploy site" || echo "No changes" git push
: An official GitHub collection showcasing high-quality, web-based games like Hextris and BrowserQuest . github io all games
While there isn't one single "all-inclusive" official blog post that covers every game hosted on name: Build and deploy on: [push] jobs: build: