Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Jan 29, 2025
1 parent 3ea1ec8 commit 7f0c515
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,22 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
- name: Copy GRETL reference documentation
run: |
cp -v gretl/src/docs/*.qmd ..
cp -vr gretl/src/docs/tasks ..
- name: Debug
run: |
pwd
ls -la
# - name: Render GRETL documentation
# working-directory: gretl
# run: |
# quarto render gretl/src/docs/ --to gfm --output-dir ../../../docs/user
# ls -la docs/user

- name: Debug
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Approach:

- on-demand
- Parameter: Version (default=main)
- falls master/main wird gh pages aktualisiert
- falls main wird gh pages aktualisiert
- immer wird ein package deployed mit branch-(und commit id von gretl) im zip-namen oder so ähnlich.
-

Expand Down

0 comments on commit 7f0c515

Please sign in to comment.