Skip to content

Commit

Permalink
rename index.md index.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 4, 2024
1 parent 35302b6 commit 1c9579b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "Shell version: $($SHELL --version)"
uname -a || true
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check yaml
run: |
cat configs/conda.yml || true
Expand Down Expand Up @@ -62,8 +62,10 @@ jobs:
- name: Show all files in docs
run: ls -Ral docs

- name: Show all files in docs
run: cat docs/index.html
- name: Show file contents
run: |
cat index.qmd
cat docs/index.html
- name: Upload
uses: actions/upload-pages-artifact@v3
Expand Down
File renamed without changes.

0 comments on commit 1c9579b

Please sign in to comment.