Closed wanghaisheng closed 1 week ago
how to set project-name to be github repo name dynamically
If you do pages deploy YOUR_DIST_FOLDER --project-name=${{ github.repository}} the ${{ github.repository}} should pass the repo name.
pages deploy YOUR_DIST_FOLDER --project-name=${{ github.repository}}
${{ github.repository}}
how to set project-name to be github repo name dynamically