Skip to content

Commit

Permalink
Cleanup CD action
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubi authored Nov 19, 2024
1 parent ce35c80 commit cd931b9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/cd-convert-debian-bookworm.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
name: CD for gh-pages
name: continuous deployment for gh-pages

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
container: debian:bookworm
runs-on: ubuntu-22.04

permissions:
contents: write
pages: write

steps:
- name: Install dependencies
run: apt-get update && apt-get install -y wget git
Expand Down Expand Up @@ -88,4 +81,4 @@ jobs:
# commit & push
git add --all
git commit -m "Deploy to ${TARGET_BRANCH} branch"
git push --force ${REPO_URL} ${TARGET_BRANCH}
git push --force ${REPO_URL} ${TARGET_BRANCH}

0 comments on commit cd931b9

Please sign in to comment.