diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index dc39b65f..91390e43 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -23,7 +23,7 @@ jobs: permissions: contents: read packages: write - + steps: - name: Checkout repository uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 12958f12..4723453b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: build: name: Build Documentation runs-on: ubuntu-latest - + steps: # Step 1: Get the code - name: 📥 Checkout code @@ -42,11 +42,11 @@ jobs: run: | # Create output directory mkdir -p _site - + # Copy all markdown files cp README.md _site/ cp -r docs _site/ - + # Create a simple HTML index that looks nice cat > _site/index.html << 'EOF' @@ -154,12 +154,12 @@ jobs:
Make your websites easy to reach - No coding required!
- +- This documentation will help you get started with Caddy Proxy Manager Plus. + This documentation will help you get started with Caddy Proxy Manager Plus. Whether you're a complete beginner or an experienced developer, we've got you covered!