From 854af36dbb8a9be5055880a2498fc85a35243873 Mon Sep 17 00:00:00 2001 From: jsaintvanne Date: Tue, 9 Jan 2024 08:57:03 +0100 Subject: [PATCH] try new publish --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d77a4c5..db6872e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,6 +14,7 @@ permissions: id-token: write on: + workflow_dispatch: # Runs on pushes targeting the default branch push: branches: ["doc-ju"] @@ -25,6 +26,8 @@ jobs: steps: - name: 📂 Check out repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: 🚚 Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 @@ -34,4 +37,6 @@ jobs: with: path: 'Workflow4Metabolomics\ Galaxy\ Documentation/docs' target: gh-pages - + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +