Sha256: 85f964a1b38a3d801e4e1e4dc12c664aec48f7605e41c161e10c4d1b3f4be036
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
name: Build and deploy Jekyll site to GitHub Pages on: push: branches: - main jobs: github-pages: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: helaili/jekyll-action@v2 with: jekyll_src: 'docs' target_branch: 'gh-pages' token: ${{ secrets.GITHUB_TOKEN }}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-twitch-1.0.1 | .github/workflows/deploy-demo.yml |
jekyll-twitch-1.0.0 | .github/workflows/deploy-demo.yml |