We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3991170 commit 56bad5eCopy full SHA for 56bad5e
.github/workflows/deploy-pages.yml
@@ -24,6 +24,7 @@ jobs:
24
steps:
25
- name: Download repository
26
uses: actions/checkout@v4
27
+ - run: echo ${{github.event_name}}
28
29
- name: Run sh build script
30
run: bash ./www/build.sh "${{ secrets.SECRET_KEY }}" "${{ secrets.SECRET_IV }}"
0 commit comments