Skip to content

Commit

Permalink
Update name checking action's name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucat1 committed Jul 26, 2023
1 parent 28d15be commit 5cc236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/build/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import TEACHINGS from '$lib/teachings';
const WORKFLOW_NAMES = ['check', 'build-and-deploy'];
const WORKFLOW_NAMES = ['filenames', 'build-and-deploy'];
const PROJECTS = [
{
Expand Down

1 comment on commit 5cc236c

@vercel
Copy link

@vercel vercel bot commented on 5cc236c Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dynamik – ./

dynamik-csunibo.vercel.app
dynamik-git-main-csunibo.vercel.app
dynamik.vercel.app

Please sign in to comment.