Skip to content

fix: 🐛 amemd whoami typo #241

fix: 🐛 amemd whoami typo

fix: 🐛 amemd whoami typo #241

name: Deploy assisted installer
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
# Intentional: Do not modify
run: |
mkdir build
cp install ./build/index.html
cp ./static/CNAME ./build
chmod 755 ./build/index.html
cp ./scripts/update ./build
cp ./scripts/healthcheck ./build
cp ./scripts/transfer_system_user_setup_ownership ./build
cp ./scripts/node_details ./build
cp ./scripts/set_configuration_username ./build
cp ./scripts/server_details ./build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com