Sha256: 985af54b4174f48c34f69748db803d7e321e9317d133520402bb28ebdb62dc47
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
name: Test deploy to GitHub Pages on: pull_request: branches: - main jobs: test-deploy: name: Test deploy to GitHub Pages runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16 cache: yarn cache-dependency-path: docs/yarn.lock - name: Install dependencies run: yarn install --frozen-lockfile working-directory: docs - name: Test build website run: yarn build working-directory: docs
Version data entries
4 entries across 4 versions & 1 rubygems