Skip to content

馃悰 Fix podcast namespace #13

馃悰 Fix podcast namespace

馃悰 Fix podcast namespace #13

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checke dein Repository mit Git aus
uses: actions/checkout@v4
- name: Installiere Abh盲ngigkeiten, erzeuge deine Website und lade sie hoch
uses: withastro/action@v2
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Bei GitHub Pages ver枚ffentlichen
id: deployment
uses: actions/deploy-pages@v4