Skip to content

Commit

Permalink
build: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendolu committed Apr 13, 2024
1 parent c9e333a commit a3941a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a basic workflow to help you get started with Actions
name: Build & Publish
name: Deploy To Server

# Controls when the workflow will run
on:
Expand All @@ -14,7 +14,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
publish-doc:
Deploy:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v2
with:
ref: master
ref: main
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
Expand Down

0 comments on commit a3941a1

Please sign in to comment.