Skip to content

Commit

Permalink
chore: Change copy direction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed May 13, 2024
1 parent 63e6a5e commit 1c77cf3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:

name: Quarto Publish

defaults:
run:
working-directory: ./docs

jobs:
build-deploy:
runs-on: ubuntu-latest
Expand All @@ -18,11 +14,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Copy README
run: cp ../README.md .
- name: Copy Quarto file.
run: cp docs/_quarto.yml .

- name: Copy images
run: cp -r ../img .
- name: Copy styles
run: cp docs/styles.css .

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 1c77cf3

Please sign in to comment.