Skip to content

rss + fontawesome + post data + attachments #2

rss + fontawesome + post data + attachments

rss + fontawesome + post data + attachments #2

Workflow file for this run

name: CI/CD
on:
push:
branches: [ master ]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: withastro/action@v0
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/deploy-pages@v1