Skip to content

Adventure: Ohm's law: Add new adventure #15

Adventure: Ohm's law: Add new adventure

Adventure: Ohm's law: Add new adventure #15

Workflow file for this run

# Copyright © 2024 Vangelis Koukis
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: docs-publish
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docs-publish:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
with:
fetch-tags: true
fetch-depth: 0
- name: checkout repo under _pages/
uses: actions/checkout@main
with:
ref: gh-pages
path: _pages
- name: publish docs
run: make docs-publish
env:
GIT_AUTHOR_NAME: "github-actions[bot]"
GIT_AUTHOR_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
GIT_COMMITTER_NAME: "github-actions[bot]"
GIT_COMMITTER_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"