From ef0e9f7e88ad0749f0a157920b7c370e79e28ce7 Mon Sep 17 00:00:00 2001 From: Ghost Fox Date: Mon, 15 Dec 2025 21:03:10 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 34dd4d1..38d1dc2 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,11 @@ We recommend this action to be used in a dedicated job: ```yaml jobs: - # Build job build: - # - # At a minimum this job should compile a static site to some folder - - # Deploy job - deploy: - # Add a dependency to the build job - needs: build - - # Specify runner + deployment step - runs-on: ubuntu-latest steps: + # + # At a minimum this job should compile a static site to some folder + - name: Deploy to PageUp id: deployment uses: nna/deploy-pageup@v1 # or specific "vX.X.X" version tag for this action