Wrong branch #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------------------------------------------- | |
# Codam Coding College, Amsterdam @ 2022-2023-2023 by W2Wizard. | |
# See README in the root project for more information. | |
# ----------------------------------------------------------------------------- | |
name: Build | |
#=============================================================================# | |
on: | |
push: | |
branches: [webasm] | |
#=============================================================================# | |
jobs: | |
gh-pages: | |
timeout-minutes: 2 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Deploy | |
uses: peaceiris/actions-gh-pages@v4 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
publish_dir: ./web |