From f742f1770abd2f0e4c483ea55183a1f66ea18df7 Mon Sep 17 00:00:00 2001 From: AngelosZar <129210112+AngelosZar@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:55:08 +0200 Subject: [PATCH] Update main.yml (#334) v4 commit Co-authored-by: Leanne <112780194+lem31@users.noreply.github.com> --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4fe403c..6fd33a08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,9 @@ jobs: - name: Deploy to GitHub Pages # You may pin to the exact commit or the version. # uses: NoroffFEU/github-pages-deploy-action@164583b9e44b4fc5910e78feb607ea7c98d3c7b9 - uses: NoroffFEU/github-pages-deploy-action@4 + + uses: NoroffFEU/github-pages-deploy-action@v4 + with: # This is the branch you wish to deploy to, for example gh-pages or docs. branch: main