Skip to content

Commit

Permalink
Fix upload artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Aug 3, 2023
1 parent 35c820d commit 77f963e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
working-directory: otterdog-configs

- name: Generate default configuration as markdown
run: ../otterdog/otterdog.sh show-default ${{ github.repository_owner }} -c otterdog.json --markdown > default.md
run: ../otterdog/otterdog.sh show-default ${{ github.repository_owner }} -c otterdog.json --markdown > default.txt
working-directory: otterdog-configs

- name: Upload default.md
- name: Upload default text snippet
uses: actions/upload-artifact@v3
with:
name: default-text
Expand Down

0 comments on commit 77f963e

Please sign in to comment.