1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00

Add a mkdir

This commit is contained in:
Dlurak 2024-01-02 20:35:46 +01:00
parent 84dee7ed0d
commit 80df7e940d

View File

@ -41,6 +41,7 @@ jobs:
JEKYLL_ENV: production
- name: Build static licenses
run: |
mkdir "${{ steps.pages.outputs.base_path }}"
cp ./_licenses/* "${{ steps.pages.outputs.base_path }}"
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default