1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00

Change the way the files are copied

This commit is contained in:
Dlurak 2024-01-02 20:29:11 +01:00
parent 422ab5b39f
commit 160fef875f

View File

@ -41,8 +41,8 @@ jobs:
JEKYLL_ENV: production
- name: Build static licenses
run: |
chmod +x ./script/build
./script/build "${{ steps.pages.outputs.base_path }}"
mkdir "${{ steps.pages.outputs.base_path }}"/raw -p
cp -r ./_licenses/ "${{ steps.pages.outputs.base_path }}"/raw
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3