Skip to content

Update profile picture #35

Update profile picture

Update profile picture #35

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies and build
run: |
npm i
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
folder: build
token: ${{ secrets.PAT }}
repository-name: rettetdemdativ/rettetdemdativ.github.io
branch: master