diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d2b5c82..2b0047e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -28,6 +28,8 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + env: + SYNCFUSION_LICENSE_KEY: ${{ secrets.SYNCFUSION_LICENSE_KEY }} steps: - name: Checkout uses: actions/checkout@v3