railsgirls / guides.railsgirls.com

Rails Girls Guides
https://guides.railsgirls.com/
Other
6.48k stars 744 forks source link

FF redeem code #532

Closed SurajXettri12 closed 1 year ago

SurajXettri12 commented 1 year ago

name: Deploy site

on:

Runs on pushes targeting the default branch

push: branches: ["main"]

Allows you to run this workflow manually from the Actions tab

workflow_dispatch:

Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

permissions: contents: read pages: write id-token: write

Allow one concurrent deployment

concurrency: group: "pages" cancel-in-progress: true

jobs:

Build job

build: runs-on: ubuntu-latest steps:

on:

Runs on pushes targeting the default branch

push: branches: ["main"]

Allows you to run this workflow manually from the Actions tab

workflow_dispatch:

Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

permissions: contents: read pages: write id-token: write

Allow one concurrent deployment

concurrency: group: "pages" cancel-in-progress: true

jobs:

Build job

build: runs-on: ubuntu-latest steps:

runlevel5 commented 1 year ago

Could you please provide more context on what this Pull Request is about?