diff --git a/.github/workflows/deploy_pietervdvn.yml b/.github/workflows/deploy_pietervdvn.yml index a548dc936..9552190dc 100644 --- a/.github/workflows/deploy_pietervdvn.yml +++ b/.github/workflows/deploy_pietervdvn.yml @@ -13,6 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: print actor + shell: bash + run: echo ${{ github.actor }} + - name: Set up Node.js uses: actions/setup-node@v3 with: @@ -23,7 +27,7 @@ jobs: - name: install deps run: npm ci shell: bash - + - name: create generated dir run: mkdir ./assets/generated shell: bash