Skip to content

Commit

Permalink
try new publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaintvanne committed Jan 9, 2024
1 parent bcdfdbd commit 854af36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
id-token: write

on:
workflow_dispatch:
# Runs on pushes targeting the default branch
push:
branches: ["doc-ju"]
Expand All @@ -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
Expand All @@ -34,4 +37,6 @@ jobs:
with:
path: 'Workflow4Metabolomics\ Galaxy\ Documentation/docs'
target: gh-pages

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 854af36

Please sign in to comment.