Skip to content

Image addition#3

Image addition#3 #3

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build and test
run: |
# Your build and test commands here
working-directory: ./images
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
publish_dir: ./images/apple-touch-icon.png # Adjust the directory based on your build output