Skip to content

Hardcode the site name (since it is not environment dependent) #67

Hardcode the site name (since it is not environment dependent)

Hardcode the site name (since it is not environment dependent) #67

Workflow file for this run

name: build-and-deploy-rominronin
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: hydephp/action@master
with:
deploy-to: "pages"